get_Centroid: Get the centroids of preciencts or wards

Description Usage Arguments Examples

Description

Get the centroids of either the precincts or wards of DC

Usage

1
get_centroid(Ward = FALSE, Precinct = FALSE)

Arguments

Ward

Input True for ward list

Precinct

Input True for precinct list

Examples

1
2
precinctCentroids <- get_centroid(Ward = TRUE)
wardCentroids <- get_centroid(Precinct = TRUE)

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