geofilter-package: geofilter

geofilter-packageR Documentation

geofilter

Description

geofilter

Package API

There are two main methods:

  • sift_client - low level client

Author(s)

Scott Chamberlain myrmecocystus@gmail.com

Examples

# low level client, basically just using jqr
library(jsonlite)
x <- geofilter_data$filter_features
prettify(x)
sift_client(x, ".")
sift_client(x, "keys")

# high level client, using lazy eval
file <- system.file("examples", "zillow_or.geojson", package = "geofilter")
json <- paste0(readLines(file), collapse = "")
res <- sifter(json, COUNTY == Multnomah)
res %>% jqr::index() %>% jqr::dotstr(properties.COUNTY)

ropenscilabs/geofilter documentation built on May 18, 2022, 7:38 p.m.