Nothing
.onLoad <- function(libname, pkgname) {
opts <- options()
friendlynumber_opts <- friendlynumber_default_options()
set_opts_at <- !(names(friendlynumber_opts) %in% names(opts))
if (any(set_opts_at)) options(friendlynumber_opts[set_opts_at])
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.