Package file the set to package load and unload commands
MAPS package global options
MAPS uses the following options() to configure behaviour:
The values can be alter usig the options() command
Example options(maps.dataPath = file.path(foo))
and retrieved by getOption()
Example getOption("maps.dataPath")
Options include
maps.dataPath: default home path for data downloads maps.configPath: default home path non-database stored config files maps.outputPath: default home path client output files maps.projSchema: Oracle Project Table Schema maps.clientSchema: Oracle Client Table Schema
The paths and schema are currently assuming server user maps and Project Schema MAPS and Client Table Schema CAMS. Globals are being defined for future development.
maps.cores: max allowed number of additional R parallel processes