Skip to contents

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:

  1. pkgname: The name of the target package.

  2. funcname: The name of the function in the target package handing over the required values. See examples at uniset.

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

{
if (FALSE) {
# to be called from within the target package
uniset_getstn(uniset_handover)
}
}