loadAnywhere.Settings
From R.utils v1.5.8
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 class 'Settings':
loadAnywhere(static, file=NULL, ..., verbose=FALSE)
Arguments
- file
- A
character
string or aconnection
from which settings should be read. IfNULL
- ...
- Arguments passed to
*findSettings()
. - verbose
- If
TRUE
, verbose information is written while reading, otherwise not.
Value
See Also
*saveAnywhere()
.
For more information see Settings
.
Community examples
Looks like there are no examples yet.