Description Usage Arguments Details Value Examples
getz1df.fromfile Downloads latest Z1 data from the FRB site (http://www.federalreserve.gov/datadownload)
and returns a data frame with all Z1 data
1  | getz1df.fromfile(z1dir)
 | 
z1dir | 
 defines a directory where the Z1 zip file will be stored; default is tempdir()  | 
Downloads the data, reads it with scan, parses data, and cleans data
data frame
1 2 3 4 5 6  | ## Not run: 
z1 <- getz1df.fromfile()
head(z1)
# or from existing fof dir: z1 <- getz1df.fromfile(fof) where fof <- "e.Data.FOF."
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.