#' test package create using 'iris'
#' @source https://github.com/modernR/package_test
#' A dataset containing the daily historical stock prices for the "SHANK" big korea stocks,
#'
#' @format A "tibble" ("tidy" data frame) with 7,580 rows and 8 variables:
#' \describe{
#' \item{symbol}{stock ticker symbol}
#' \item{date}{trade date}
#' \item{open}{stock price at the open of trading, in won}
#' \item{high}{stock price at the highest point during trading, in won}
#' \item{low}{stock price at the lowest point during trading, in won}
#' }
#' @examples
#' iris
"iris"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.