get_Precinct: Get the dataframe or shapefile of precincts in DC

Description Usage Arguments Examples

View source: R/FUNCTIONS.R

Description

Get the dataframe or shapefile of precincts in DC

Usage

1
get_Precinct(dataframe = TRUE)

Arguments

dataframe

Put TRUE for a dataframe, FALSE for a shapeFile

Examples

1
2
bingo <- get_Precinct(dataframe = TRUE)
bongo <- get_Precinct(dataframe = FALSE)

BingoLaHaye/DCmapR documentation built on May 29, 2019, 7:20 a.m.