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{efficiency_5ss_3ss_nona_inf_reduct}.
#' @docType data
#' @name efficiency_5ss_3ss_nona_inf_reduct
#' @format A dataframe
#' @source Generated from SEAA data
#' @examples data(efficiency_5ss_3ss_nona_inf_reduct)
#' str(efficiency_5ss_3ss_nona_inf_reduct)
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.