uniset_getstn {uniset} | R Documentation |
Get Settings Object description Source the list holding the key=value pairs from the settings.R file.
Description
Get Settings Object description Source the list holding the key=value pairs from the settings.R file.
Usage
uniset_getstn(uniset_handover)
Arguments
uniset_handover |
List length two, containing two elements:
|
Value
A list holding the key=value pairs from the settings.R file on on success, NULL if sourcing the file was not successful.
Important
This function is meant to be called from within the target package.
Examples
{
## Not run:
# to be called from within the target package
uniset_getstn(uniset_handover)
## End(Not run)
}
[Package uniset version 0.3.1 Index]