Files.getFileServiceFromName: Get FileService from name

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

View source: R/Files.r

Description

Returns a FileService object, given its registered name.

Usage

1
Jobs.getFileServiceFromName(fileServiceName, fileServices=NULL, verbose=TRUE)

Arguments

fileServiceName

name of the FileService, as shown within the results of Files.getFileServices()

fileServices

a list of FileService objects (lists), 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 FileService object (list) that defines a FileService. A list of these kind of objects available to the user is returned by the function Jobs.getFileServices(). If no fileService can be found, then returns NULL.

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
fileService = Files.getFileServiceFromName('FileServiceAtJHU');

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