saveAnywhere.Settings {R.utils} | R Documentation |
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.
## S3 method for class 'Settings': saveAnywhere(this, file=NULL, path="~", ...)
file |
A character string or a connection where to write too.
If NULL , the file from which the settings were read is used. If
this was not the case, argument path is used. |
path |
The default path, if no settings files are specified. This defaults to the current user's home directory. |
... |
Arguments passed to write()
in superclass Options. |
Returns nothing.
Henrik Bengtsson http://www.braju.com/R/
*loadAnywhere()
.
For more information see Settings
.