Settings$findSettings | R Documentation |
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 class 'Settings'
findSettings(static, basename, paths=c(".", "~"), ...)
basename |
A |
paths |
A |
... |
Not used. |
Returns the absolute pathname (character
string) of the first settings
file found, otherwise NULL
.
Henrik Bengtsson
For more information see Settings
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.