getSetting {strvalidator} | R Documentation |
Accepts a key string and returns the corresponding value.
getSetting(key)
key |
character key for value to return. |
Accepts a key string and returns the corresponding value from the settings.txt file located within the package folders exdata sub folder.
character the retrieved value or NA if not found.