#' CRAN Package and Function Data: 1 May 2019
#'
#' Package and function data from The Comprehensive R Archive Network
#'
#' @docType data
#'
#' @usage data(CRANdf)
#'
#'
#' @keywords datasets
#'
#'
#' @source The Comprehensive R Archive Network, <https://cran.r-project.org/web/packages/available_packages_by_name.html>
#'
#' @examples
#' data(CRANdf)
#' packages <- CRANdf$package_names
#' functions <- CRANdf$function_names
"CRANdf"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.