Revision a19ff1c55edca3d01e2c66898a67f077c4269f8f authored by Jakub Nowosad on 15 November 2022, 18:30:06 UTC, committed by cran-robot on 15 November 2022, 18:30:06 UTC
1 parent ac4f6ab
us_states_df.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/us_states_df.R
\docType{data}
\name{us_states_df}
\alias{us_states_df}
\title{the American Community Survey (ACS) data}
\format{
Formal class 'data.frame'; the data contains a data.frame with 51 obs. of 5 variables:
\itemize{
\item{state} {character vector of state names}
\item{median_income_10} {numerical vector of median income in 2010}
\item{median_income_15} {numerical vector of median income in 2010}
\item{poverty_level_10} {numerical vector of number of people with income below poverty level in 2010}
\item{poverty_level_15} {numerical vector of number of people with income below poverty level in 2015}
}
}
\source{
\url{https://www.census.gov/programs-surveys/acs/}
}
\usage{
us_states_df
}
\description{
The object loaded is a \code{data.frame} object containing the US states data from the American Community Survey (ACS)
}
\examples{
data(us_states_df)
summary(us_states_df)
}
\seealso{
See the tidycensus package: https://cran.r-project.org/package=tidycensus
}
\keyword{datasets}
Computing file changes ...