R/inventories.R

#' US Manufacturing and Trade inventories 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 Inventory (000s of USD)}
#' \item{Manufacturing}{Inventory in the Manufacturing sector (000s of USD)}
#' \item{Retail}{Inventory in the retail sector (000s of USD)}
#' \item{Wholesale}{Inventory in the wholesale sector (000s of USD)}
#' }
"inventories"
thisisdaryn/workshop documentation built on Jan. 17, 2020, 7:31 p.m.