#####################################################################
###### Global variable for package 'XXX_packageName' ################
#####################################################################
# If not already there, move this file called "uniset_globals.R" into the
# "R" folder of your package 'XXX_packageName'
# Or, alternatively, if you already have a file defining global variables,
# just add the two lines below to it.
# Do not change the name or the value of the object-value pair below.
uniset_handover <- list(pkgname = "XXX_packageName",
funcname = "XXX_packageName_handover_to_uniset")
# Explanation:
# this is the name of the function handing over some values required for
# package uniset to work properly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.