Files.getFileServicesNames: Get FileServices Names

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

View source: R/Files.r

Description

Returns the names and description of the fileServices available to the user.

Usage

1
Jobs.getFileServicesNames(fileServices=NULL, verbose=TRUE)

Arguments

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).

Value

a list of lists, each of which having the name and description of a file service available to the user.

Author(s)

Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://apps.sciserver.org
http://apps.sciserver.org/dashboard/files
http://www.github.com/sciserver/SciScript-R

See Also

Files.getFileServices

Examples

1
fileServiceNames = Files.getFileServicesNames()

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