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(".", "~"), ...)
A character
string of the basename of the settings file.
Not used.
Returns the absolute pathname (character
string) of the first settings
file found, otherwise NULL
.
For more information see Settings
.