nysubway_data: nysubway_data

Description Usage Arguments Value Examples

Description

Download, clean, and join New York City subway station counts and coordinates

Usage

1
nysubway_data(quiet = FALSE, sub_exits = TRUE)

Arguments

quiet

If 'FALSE', display progress information on screen

sub_exits

Calculate layer from subway exits ('TRUE'), or just from single points denoting subway stations ('FALSE')?

Value

A 'data.frame' of subway names, annual counts, and geographical coordinates.

Examples

1
2
3
dat <- nysubway_data ()
# library (mapview)
# mapview (dat, cex = "count2018", zcol = "count2018")

ATFutures/nyped documentation built on Jan. 20, 2020, 10:04 p.m.