#' Data frame
#'
#' Example `data.frame` object.
#'
#' @note Updated 2021-10-14.
#' @usage data(data.frame)
#' @return `data.frame`.
#'
#' @examples
#' data(data.frame)
#' class(data.frame)
#' print(data.frame)
"data.frame"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.