pp_vgi: Download and Count OSM Features Over Target

View source: R/pp_vgi.R

pp_vgiR 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 sf that is used to interpolate data to. Usually, x may include polygon features representing building units

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)


populR documentation built on March 31, 2023, 9:11 p.m.