#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.