getLoadedPathname.Settings
From R.utils v2.8.0
by Henrik Bengtsson
Gets the pathname of the settings file loaded
Gets the pathname of the settings file loaded.
- Keywords
- methods, internal, programming
Usage
# S3 method for Settings
getLoadedPathname(this, ...)
Arguments
- ...
Not used.
Value
Returns the absolute pathname (character
string) of the settings file
loaded. If no file was read, NULL
is returned.
See Also
For more information see Settings
.
Community examples
Looks like there are no examples yet.