Description Usage Arguments Value Author(s) References See Also Examples
Gets the names and descriptions of root volumes available to the user in a particular FileService.
1 | Jobs.getRootVolumesInfo(fileService, verbose=TRUE)
|
fileService |
name of fileService (string), or object (list) that defines a file service. A list of these kind of objects available to the user is returned by the function Files.getFileServices(). |
verbose |
boolean parameter defining whether warnings will be printed (set to TRUE) or not (set to FALSE). |
list of lists, each of which containing the name and description of a root volume.
Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://apps.sciserver.org
http://apps.sciserver.org/dashboard/files
http://www.github.com/sciserver/SciScript-R
Files.getFileServices
, Files.getUserVolumesInfo
1 | fileServices = Files.getFileServices(); rootVolumesInfo = getRootVolumesInfo(fileServices[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.