The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Utilities to retrieve and tidy U.S. macroeconomic data series from public government data providers. Functions streamline access to series from the Federal Reserve Bank of St. Louis Federal Reserve Economic Data (FRED), the Bureau of Labor Statistics (BLS) flat files, and the Bureau of Economic Analysis (BEA) National Income and Product Accounts (NIPA) tables, then return consistent, tidy data frames ready for modeling and graphics. The package includes helpers for date alignment, log-linear projections, and common macro diagnostics, along with convenience plot builders for quick publication-quality charts.
getBLSFiles
<- getBLSFiles(data_source = "cpi", email = "user@example.com") bls_data
getFRED
<- getFRED(variables = prime_epop = "LNS12300060", cpi = "CPIAUCSL")) fred_data
getPCEInflation
<- getPCEInflation("M") pce_data
"M"
specifies monthly data frequency. Use
"Q"
for quarterly data.getNIPAFiles
<- getNIPAFiles(type = "Q") nipa_data
logLinearProjection
<- logLinearProjection(date_col = date, value_col = gdp, start_date = "2020-01-01", end_date = "2021-01-01") projected_values
This library is distributed under the MIT License. The MIT license permits reuse of software under permissive conditions, provided that all copies include the license terms and the copyright notice.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.