Files.getFileServicesNames {SciServer} | R Documentation |
Returns the names and description of the fileServices available to the user.
Jobs.getFileServicesNames(fileServices=NULL, verbose=TRUE)
fileServices |
a list of FileService objects, as returned by Files.getFileServices(). If not set, then an extra internal call to Jobs.getFileServices() is made. |
verbose |
boolean parameter defining whether warnings will be printed (set to TRUE) or not (set to FALSE). |
a list of lists, each of which having the name and description of a file service available to the user.
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
fileServiceNames = Files.getFileServicesNames()