SciDrive.directoryList {SciServer} | R Documentation |
Gets the contents and metadata of a SciDrive directory (or file).
SciDrive.directoryList(path)
path |
path of the directory (or file ) in SciDrive. |
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.
Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://www.scidrive.org/scidrive
http://www.github.com/sciserver/SciScript-R
SciDrive.upload
, SciDrive.download
.
## Not run: url = SciDrive.directoryList("path/to/SciDrive/directory") ## End(Not run)