uniset_test {uniset} | R Documentation |
Simple Test
Description
Test if the input package name etc. was correct / successful. This function is meant to be called from inside the target package.
Usage
uniset_test(uniset_handover)
Arguments
uniset_handover |
List length two, containing two elements:
|
Value
Is printing the parameters defined by the target package, and is returning those parameters in an (invisible) list.
Important
This function is intended to be called from within the target package.
Note
Please refer to uniset
for a link to examples
and a real-world demo.
Examples
{
## Not run:
# to be called from within the target package
uniset_test(uniset_handover_pkgname, uniset_handover_funcname)
## End(Not run)
}
[Package uniset version 0.3.1 Index]