R/SEresultlist.R

## 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

Try the SEAA package in your browser

Any scripts or data that you put into this service are public.

SEAA documentation built on Sept. 19, 2021, 9:07 a.m.