z1: Get latest version of ALL Federal Reserve Board Z1 Flow of...

Description Usage Arguments Details Value Examples

Description

z1 Downloads latest Z1 data from the FRB site (http://www.federalreserve.gov/datadownload) and returns a data frame with all Z1 data

Usage

1
z1(z1dir)

Arguments

z1dir

defines a directory where the Z1 zip file will be stored; default is tempdir()

Details

Downloads the data, reads it with scan, parses data, and cleans data

Value

data frame

Examples

1
2
3
4
5
## Not run:  # because it would take too long
z1df <- z1()
head(z1df)

## End(Not run)

donboyd5/apitools documentation built on May 15, 2019, 10:38 a.m.