R/data.R

#' hi - a simple R object
#' 
#' Save R objects with save and access their documentation with the help
#' commend. For a good example see, help("ozone",package="plyr"). Note that
#' ending the Roxygen2 formatted chunk with NULL is required!
#' 
#' @docType data
#' @name hi
#' @usage hi
#' @format an R \cite{"character"}
#' @keywords datasets
#' @references \url{https://github.com/hadley/plyr/blob/master/R/data.r}
NULL
soderling-lab/Rpackage documentation built on Dec. 23, 2021, 3:31 a.m.