Nothing
.check_mod <- function(mod) {
if (!inherits(mod, "pt2mod"))
stop("object does not enherit class 'pt2mod'")
if (typeof(mod) != "externalptr")
stop("object is not of type 'externalptr'")
}
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.