Description Usage Arguments Value Examples
Download, clean, and return New York City pedestrian count data
| 1 | nyped_data(data_dir = tempdir(), quiet = FALSE)
 | 
| data_dir | The directory in which data are to be, or have previously been, downloaded. | 
| quiet | If 'FALSE', display progress information on screen | 
A 'data.frame' of pedestrian counts, and geographical coordinates, with counts for weekdays, weekends, and "week" derived as a weighted combintaion of both.
| 1 2 3 | dat <- nyped_data ()
# library (mapview)
# mapview (dat, cex = "week", zcol = "week")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.