loadAnywhere.Settings
From R.utils v1.1.0
by Henrik Bengtsson
Loads settings from file
Loads settings from file. If the settings was read from file, they are by default written back to the same file. If this was not the case, it defaults to the settings file in the home directory of the current user.
Usage
## S3 method for class 'Settings}(static, file=NULL, ..., verbose=FALSE)':
loadAnywhereundefined
- file
{A character
string or a connection
from which settings
should be read. If NULL
, the settings file is searched for by
*findSettings()
.}
- ...
{Arguments passed to *findSettings()
.}
- verbose
{If TRUE
, verbose information is written while reading,
otherwise not.}
Returns a Settings object if file was successfully read,
otherwise NULL
.
[object Object]
*write()
.
For more information see Settings
.
internal
methods
programming
Community examples
Looks like there are no examples yet.