#' load a package
#'
#' @description
#'
#' Load packages you've already installed
#' into your current R session. After you've
#' loaded it, all its functions will be
#' available for you to use.
#'
#' @details
#' The package name doesn't need quotes.
#'
#' `library(package)`
#'
#' @usage
#'
#' @examples
#'
#' library(tidyverse)
#'
#' library(gapminder)
#'
#' @export
#' @seealso
#'
#' [install.packages()]
#'
library <- function(){}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.