Nothing
# This file is used to run code when loading the package
.onAttach <- function(libname, pkgname) {
if (!reticulate::py_available(initialize = FALSE)) {
packageStartupMessage(
"Install Python from https://www.python.org/ and use `python_ready()` to enable all features."
)
}
}
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.