Nothing
      .onLoad <- function(libname, pkgname) {
  # based on: https://r-pkgs.org/Code.html#when-you-do-need-side-effects
  op <- options()
  op.jot <- list(
    jot.user = ''
  )
  toset <- !(names(op.jot) %in% names(op))
  if(any(toset)) options(op.jot[toset])
  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.