findSettings.Settings {R.utils}R Documentation

Searches for the settings file in one or several directories

Description

Searches for the settings file in one or several directories.

Usage

Settings$findSettings(basename, paths=c(".", "~"), ...)

Arguments

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.

Value

Returns the absolute pathname (character string) of the first settings file found, otherwise NULL.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Settings.


[Package R.utils version 1.1.7 Index]