Searches for the settings file in one or several directories.
## Static method (use this):
## Settings$findSettings(basename, paths=c(".", "~"), ...)## Don't use the below:
# S3 method for Settings
findSettings(static, basename, paths=c(".", "~"), ...)
Returns the absolute pathname (character
string) of the first settings
file found, otherwise NULL
.
Henrik Bengtsson
For more information see Settings
.