Nothing
## how to document datasets: you need to specify @docType and @name; do not
## forget NULL in the end
#' Some random data
#'
#' A few numbers from \code{SEresultlist}.
#' @docType data
#' @name SEresultlist
#' @format A large list
#' @source Generated from SEAA data
#' @examples data(SEresultlist)
#' str(SEresultlist)
NULL
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.