SciDrive.publicUrl {SciServer} | R Documentation |
Gets the public URL of a file (or directory) in SciDrive.
SciDrive.publicUrl(path)
path |
path of the file (or directory) in SciDrive. |
URL of a file in SciDrive (string). 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.
Gerard Lemson, 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
## Not run: url = SciDrive.publicUrl("path/to/SciDrive/file.csv") ## End(Not run)