R/sales.R

#' US Manufacturing and Trade Sales 1992 - 2019
#'
#'
#'
#' @source <https://www.census.gov/mtis/www/data/text/timeseries2.xlsx>
#' @format Data frame with columns
#' \describe{
#' \item{Month}{Calendar month}
#' \item{Year}{Year}
#' \item{Total}{Total Sales (000s of USD)}
#' \item{Manufacturing}{Sales in the Manufacturing sector (000s of USD)}
#' \item{Retail}{Sales in the retail sector (000s of USD)}
#' \item{Wholesale}{Sales in the wholesale sector (000s of USD)}
#' }
"sales"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.