Files.getDataVolumesInfo: Get DataVolumes info

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

View source: R/Files.r

Description

Gets the names and descriptions of data volumes available to the user in a particular FileService.

Usage

1
Jobs.getDataVolumesInfo(fileService, verbose=TRUE)

Arguments

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

Value

list of lists, each of which containing the name and description of a data volume.

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, Files.getUserVolumesInfo

Examples

1
fileServices = Files.getFileServices(); dataVolumesInfo = getDataVolumesInfo(fileServices[[1]])

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