R/datasets.R

#' Index of tabular files found in CRAN packages
#'
#' A dataset containing an index of all CRAN files with tabular data. Contains a package,
#' dataset name and description.
#'
#' @docType data
#'
#' @usage data(cranfiles)
#'
#' @format An object of class \code{"data.frame"}; see \code{\link[qtl]{data.frame}}.
#' @format A data frame with three variables: \code{package}, \code{dataset},
#'   and \code{description}.
#'
#' @keywords datasets
#'
#' @source \href{https://cran.rstudio.com/}{CRAN}
#'
#' @keywords internal
#' @examples
#' data(cranfiles)
"cranfiles"
javierluraschi/pins documentation built on July 15, 2019, 1:21 p.m.