Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

loadAnywhere.Settings

Loads settings from file


Description

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'
loadAnywhere(static, file=NULL, ..., verbose=FALSE)

Arguments

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.

Value

Returns a Settings object if file was successfully read, otherwise NULL.

Author(s)

Henrik Bengtsson

See Also

*saveAnywhere(). For more information see Settings.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.