Learn R Programming

fedz1 (version 0.1.0)

table_descr: 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)

Value

character for definition of a table(s)

Arguments

table_title

is name of a single table or vector of multiple tables. You can obtain title of tables by all_tables_title()

See Also

Examples

Run this code
table_descr('Credit Unions')
table_descr(c('Net Capital Transfers',"Closed-End Funds"))

Run the code above in your browser using DataLab