-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdict_acs5_table.Rd
34 lines (34 loc) · 1.27 KB
/
dict_acs5_table.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data_acs.R
\docType{data}
\name{dict_acs5_table}
\alias{dict_acs5_table}
\title{List of summary levels used in ACS 5 year surverys}
\format{
A data.table with 1174 rows and 14 variables:
\describe{
\item{table_number}{table number such as "C27013"}
\item{table_name}{description of the table}
\item{acs5_2021}{whether the table is available in 2021}
\item{acs5_2020}{whether the table is available in 2020}
\item{acs5_2019}{whether the table is available in 2019}
\item{acs5_2018}{whether the table is available in 2018}
\item{acs5_2017}{whether the table is available in 2017}
\item{acs5_2016}{whether the table is available in 2016}
\item{acs5_2015}{whether the table is available in 2015}
\item{acs5_2014}{whether the table is available in 2014}
\item{acs5_2013}{whether the table is available in 2013}
\item{acs5_2012}{whether the table is available in 2012}
\item{acs5_2011}{whether the table is available in 2011}
\item{acs5_2010}{whether the table is available in 2010}
\item{acs5_2009}{whether the table is available in 2009}
\item{universe}{universe of the table}
}
}
\usage{
dict_acs5_table
}
\description{
List of summary levels used in ACS 5 year surverys
}
\keyword{datasets}