View source: R/get.table.info2.R
get.table.info2 | R Documentation |
Get info on tables from US Census Bureau for American Community Survey 5-year summary file.
get.table.info2(
tables,
end.year = acsdefaultendyearhere_func(),
table.info.only = TRUE,
moe = FALSE
)
tables |
Required vector of tables such as "B01001" |
end.year |
Last year of 5-year summary file such as '2018' |
table.info.only |
TRUE by default. See |
moe |
FALSE by default. If TRUE, returns MOE versions of field names and descriptions. |
Wrapper for get.field.info()
data.frame of information about each table and each variable in table:
Table.ID, Line.Number, Table.Title, table.var, varname2
# Value returned is data.frame of info about each table and also each variable in the table:
Table.ID Line.Number Table.Title table.var varname2\cr
7 B01001 NA SEX BY AGE
8 B01001 NA Universe: Total population
9 B01001 1 Total: B01001.001 Total
10 B01001 2 Male: B01001.002 Male
get.acs()
, get.table.info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.