table_descr {fedz1} | R Documentation |
Description of a table
Description
table_descr()
return the definition of a table. Each table contains a number of data set.
Usage
table_descr(table_title)
Arguments
table_title |
is name of a single table or vector of multiple tables. You can obtain title of tables by |
Value
character for definition of a table(s)
See Also
https://www.federalreserve.gov/apps/fof/Guide/z1_tables_description.pdf
Examples
table_descr('Credit Unions')
table_descr(c('Net Capital Transfers',"Closed-End Funds"))
[Package fedz1 version 0.1.0 Index]