findSettings.Settings {R.utils} | R Documentation |
Searches for the settings file in one or several directories.
Settings$findSettings(basename, paths=c(".", "~"), ...)
basename |
A character string of the basename of the settings file. |
paths |
A vector of character string specifying the directories to
be searched. |
... |
Not used. |
Returns the absolute pathname (character
string) of the first settings
file found, otherwise NULL
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see Settings
.