pp_vgi {populR} | R Documentation |
Download and Count OSM Features Over Target
Description
Download and Count OSM Features Over Target
Usage
pp_vgi(x, key)
Arguments
x |
an object of class |
key |
osm feature key (quoted) see available_features |
Value
an object of class sf
including OSM features
Examples
## Not run:
data('trg')
# example using just a key
pp_vgi(trg, key = 'amenity')
# example using two keys
pp_vgi(trg, key = c('amenity', 'shop')
## End(Not run)
[Package populR version 0.2.1 Index]