Settings$findSettings
From R.utils v1.26.2
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 class 'Settings':
findSettings(static, basename, paths=c(".", "~"), ...)
Arguments
Value
See Also
For more information see Settings
.
Community examples
Looks like there are no examples yet.