R/data_recessions.R

#' Time series of the recession data from 1857
#' 
#' A dataset containg the exchange rate for the 
#' New Zealand Dollar against USD. As well as the 
#' Trade-weighted Index for New Zealand
#' 
#' @usage data(recessions)
#' 
#' @docType data
#' 
#' @keywords datasets
#' 
#' @format a \code{data frame} with 33 rows and 2 variables
#' \describe{
#' \item{Peak}{Peak of recession}
#' \item{Trough}{Peak of recession}
#' }
#' 
#' @references \url{ http://research.stlouisfed.org/fred2/help-faq/}
#' 
#' 
"recessions"
HanjoStudy/quotidieR documentation built on May 5, 2019, 6:13 p.m.