R/artificialcarbontax.R

#' The artificialcarbontax dataset
#' @description This dataset contains a list of historical tax rates for
#'  artificial carbon per wine gallon from TTB.
#' @source \url{http://catalog.data.gov/dataset/historical-tax-rates}
#' @format A data frame with 10 observations of 3 variables:
#' \describe{
#'  \item{FROM}{FROM, date of starting tax rate}
#'  \item{TO}{TO, date of ending tax rate. The last row is considered the present day rate indicated by the package creation date.}
#'  \item{RATE}{RATE, in dollars}
#'  }
"artificialcarbontax"

Try the ttbbeer package in your browser

Any scripts or data that you put into this service are public.

ttbbeer documentation built on May 2, 2019, 2:41 a.m.