#' US Tax Brackets and Merginal Rates for 2019.
#'
#' A dataset containing the US personal tax bracket cutoff limits and
#' the marginal tax rates for each bracket in 2019.
#'
#' @format A data frame with 7 rows and 3 variable:
#' \describe{
#' \item{lower}{the lower bound for a tax bracket}
#' \item{upper}{the upper bound for a tax bracket}
#' \item{rate}{the marginal tax rate for a bracket}
#' }
#' @source \url{https://taxfoundation.org/2019-tax-brackets/}
"tax2019"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.