View source: R/gen_functions.R
uniset_test | R Documentation |
Test if the input package name etc. was correct / successful. This function is meant to be called from inside the target package.
uniset_test(uniset_handover)
uniset_handover |
List length two, containing two elements:
|
Is printing the parameters defined by the target package, and is returning those parameters in an (invisible) list.
This function is intended to be called from within the target package.
Please refer to uniset
for a link to examples
and a real-world demo.
{ ## Not run: # to be called from within the target package uniset_test(uniset_handover_pkgname, uniset_handover_funcname) ## End(Not run) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.