nyped_data: nyped_data

Description Usage Arguments Value Examples

Description

Download, clean, and return New York City pedestrian count data

Usage

1
nyped_data(data_dir = tempdir(), quiet = FALSE)

Arguments

data_dir

The directory in which data are to be, or have previously been, downloaded.

quiet

If 'FALSE', display progress information on screen

Value

A 'data.frame' of pedestrian counts, and geographical coordinates, with counts for weekdays, weekends, and "week" derived as a weighted combintaion of both.

Examples

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

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