Settings$findSettings
From R.utils v2.10.1
by Henrik Bengtsson
Searches for the settings file in one or several directories
Searches for the settings file in one or several directories.
- Keywords
- methods, internal, programming
Usage
## Static method (use this):
## Settings$findSettings(basename, paths=c(".", "~"), ...)## Don't use the below:
# S3 method for Settings
findSettings(static, basename, paths=c(".", "~"), ...)
Arguments
Value
Returns the absolute pathname (character
string) of the first settings
file found, otherwise NULL
.
See Also
For more information see Settings
.
Community examples
Looks like there are no examples yet.