Nothing
#' List core R packages
#'
#' @description This function returns the list of base R packages.
#'
#' @return A character vector of available packages.
#'
#' @examples
#' wood_core_packages()
#'
#' @family core
#' @family packages
#' @importFrom utils installed.packages
#' @export
wood_core_packages <- function() {
rownames(installed.packages(priority = "base"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.