getSetting {strvalidator} | R Documentation |
Get Settings.
Description
Accepts a key string and returns the corresponding value.
Usage
getSetting(key)
Arguments
key |
character key for value to return. |
Details
Accepts a key string and returns the corresponding value from the settings.txt file located within the package folders exdata sub folder.
Value
character the retrieved value or NA if not found.
[Package strvalidator version 2.4.1 Index]