saveAnywhere.Settings
From R.utils v1.4.2
by Henrik Bengtsson
Saves settings to file
Saves settings to 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':
saveAnywhere(this, file=NULL, path="~", ...)
Arguments
- file
- A
character
string or aconnection
where to write too. IfNULL
, the file fr - path
- The default path, if no settings files are specified. This defaults to the current user's home directory.
- ...
- Arguments passed to
save()
in superclass Object.
Value
- Returns (invisibly) the pathname to the save settings file.
See Also
*loadAnywhere()
.
For more information see Settings
.
Community examples
Looks like there are no examples yet.