SciDrive.directoryList {SciServer}R Documentation

Get SciDrive directory content.

Description

Gets the contents and metadata of a SciDrive directory (or file).

Usage

SciDrive.directoryList(path)

Arguments

path

path of the directory (or file ) in SciDrive.

Value

List containing info and metadata of the directory (or file). Throws an exception if the user is not logged into SciServer (use Authentication.login for that purpose). Throws an exception if the HTTP request to the SciDrive API returns an error.

Author(s)

Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://www.scidrive.org/scidrive
http://www.github.com/sciserver/SciScript-R

See Also

SciDrive.upload, SciDrive.download.

Examples


## Not run: 
url = SciDrive.directoryList("path/to/SciDrive/directory")

## End(Not run)

[Package SciServer version 2.0.0 Index]