isRCloud: Check the code is running on R-Cloud

Description Usage Value Author(s) See Also Examples

View source: R/package.R

Description

isRCloud returns TRUE/FALSE indicating whether the configuration is an R-Cloud.

Usage

1

Value

If TRUE, the configuration is the R-Cloud.

Author(s)

Andrew Tikhonov <andrew@ebi.ac.uk>, Angela Goncalves <angela.goncalves@ebi.ac.uk>

See Also

setPipelineOptions, ArrayExpressHTS

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    
    if ( isRCloud() ) {
        
        # we're on the R-Cloud
        print("R-Cloud configuration");
    } else {
    
        # we're somewhere else
        print("Other configuration");
    }

andrewtikhonov/ArrayExpressHTS documentation built on May 28, 2019, 4:57 p.m.