R/iris.R

#' 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"
modernR/package_test documentation built on Nov. 5, 2019, 2:43 p.m.