R/GDPDEF.R

#' Gross Domestic Product: Implicit Price Deflator
#'
#' \code{GDPDEF} Gross Domestic Product: Implicit Price Deflator
#'
#'@section Notes:
#' BEA Account Code: A191RD
#' 
#' The number of decimal places reported varies over time. A Guide to the National 
#' Income and Product Accounts of the United States (NIPA) - (http://www.bea.gov/national/pdf/nipaguid.pdf)
#'
#' @docType data
#'
#' @usage data(GDPDEF)
#'
#' @format An \code{\link{xts}} object containing observations of Real Exports of Goods and Services.
#'  \itemize{
#'  \item\strong{Release:} {Gross Domestic Product}
#'  \item\strong{Seasonal Adjustment:} {Seasonally Adjusted Annual Rate} 
#'  \item\strong{Frequency:} {Quarterly}
#'  \item\strong{Units:} {Index 2012 = 100}
#'  \item\strong{Date Range:} {1947-01-01 to 2021-07-01}
#'  \item\strong{Last Updated} {2021-11-24 7:55 AM CST}
#' }
#'
#' @source U.S. Bureau of Economic Analysis \url{https://fred.stlouisfed.org/data/GDPDEF.txt}
#'
#' @examples
#' data(GDPDEF)
#' head(GDPDEF)
#' tail(GDPDEF)
#' plot(GDPDEF, col = "blue")
"GDPDEF"
JustinMShea/neverhpfilter documentation built on Dec. 31, 2022, 1:15 p.m.