R/SGPath.R

Defines functions SGPath

##
## SGPath: path to a component of the SG file hierarchy
##
SGPath = function(dirs = NULL, ...) {
    return (do.call(file.path, c(list("/", "SG"), dirs, ...)))
}
    
jbrzusto/sensorgnome-R-package documentation built on May 18, 2019, 9:19 p.m.