.onLoad <- function(libname, pkgname) {
initiate_params(parameters)
}
.onAttach <- function(libname, pkgname) {
cat(
"Welcome to dataVisEasy!
\n The params object has been loaded into the global environment.
Please see ?initiate_params for how these have been initialized and how they can be reset
Please see ?params for more information on what these parameters are and their default values \n"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.