Jobs.getRDBComputeDomainFromName {SciServer} | R Documentation |
Returns an RDBComputeDomain object, given its registered name.
Jobs.getDockerComputeDomainsNames(rdbComputeDomainName, rdbComputeDomains = NULL)
rdbComputeDomainName |
name of the RDBComputeDomain, as shown within the results of Jobs.getRDBComputeDomainsNames() or Jobs.getRDBComputeDomains() |
rdbComputeDomains |
a list of RDBComputeDomain objects, as returned by Jobs.getRDBComputeDomains(). If not set, then an internal call to Jobs.getRDBComputeDomains() is made. |
an RDBComputeDomain object (list) that defines an RDB compute domain. A list of these kind of objects available to the user is returned by the function Jobs.getRDBComputeDomains().
Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://apps.sciserver.org
http://www.github.com/sciserver/SciScript-R
rdbComputeDomain = Jobs.getRDBComputeDomainFromName("rdbComputeDomainAtJHU");