Learn R Programming

acs (version 2.1.4)

lawrence10: Tract-level data from the 2006-2010 American Community Survey for Lawrence, MA for use in examples of acs package.

Description

Tract-level data from the 2006-2010 American Community Survey for Lawrence, MA. Contains median household income. Used for examples in acs package.

Usage

data(lawrence10)

Arguments

Format

An acs-class object with 18 rows/geographies and 1 variable, representing tract-level ACS data for the city of Lawrence, MA from 2006-2010. Also includes geographic and other metadata.

Examples

Run this code
# NOT RUN {
data(lawrence10)
str(lawrence10)
class(lawrence10)

# subsetting
lawrence10[1:3,1]

# row-wise subtraction
lawrence10[1,1]+lawrence10[2,1]

# }

Run the code above in your browser using DataLab