Nothing
.onAttach <- function(libname, pkgname) {
# Load .env file if found
load_env_file()
}
.onDetach <- function(libpath) {
Sys.unsetenv("CONSIBIO_API_HOST")
Sys.unsetenv("CONSIBIO_USERNAME")
Sys.unsetenv("CONSIBIO_PASSWORD")
Sys.unsetenv("CONSIBIO_USER_ID")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.