Nothing
.onAttach <- function(libname, pkgname) {
# default package options
username <- suppressMessages(get_username())
if (is.null(username)) {
packageStartupMessage("icesConnect running as anonymous user, set your ICES username using:\n\ticesConnect::set_username(<add username here>)")
} else {
packageStartupMessage("icesConnect running as ICES user: ", username)
}
invisible()
}
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.