getConfig.Rd
The function getConfig
returns the values of the
configuration parameters set up by distcompSetup
getConfig(...)
... | any further arguments |
---|
a list consisting of
a folder specifying the workspace path. This has to be writable by the opencpu process. On a cloud opencpu server on Ubuntu, for example, this requires a one-time modification of apparmor profiles to enable write permissions to this path
the path where definition files will reside, organized by computation identifiers
the path where instance objects will reside
the name for the compdef definition files
the name for the data files
the name for the instance files
integer value, usually 1L
, but for testing with
snake-oil certs, one might set this to 0L
integer value, usually 1L
, but for testing with
snake-oil certs, one might set this to 0L
if (FALSE) { getConfig() }