SciDrive.directoryList: Get SciDrive directory content.

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/SciDrive.r

Description

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

Usage

1

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

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

## End(Not run)

sciserver/SciScript-R documentation built on May 29, 2019, 3:45 p.m.