# zzz.R
## Package start up
.onAttach <- function(libname, pkgname) {
packageStartupMessage(
"Copyright (c) 2018-2019. DevSolutions Ltd. All rights reserved."
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.