loadAnywhere.Settings
From R.utils v2.10.1
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.
- Keywords
- methods, internal, programming
Usage
# S3 method for Settings
loadAnywhere(static, file=NULL, ..., verbose=FALSE)
Arguments
- file
A
character
string or aconnection
from which settings should be read. IfNULL
, the settings file is searched for by*findSettings()
.- ...
Arguments passed to
*findSettings()
.- verbose
If
TRUE
, verbose information is written while reading, otherwise not.
Value
Returns a Settings object if file was successfully read,
otherwise NULL
.
See Also
*saveAnywhere()
.
For more information see Settings
.
Community examples
Looks like there are no examples yet.