layer_download: Download layer from ArcGIS online

Description Usage Arguments Value

View source: R/layer_download.R

Description

Download layer from ArcGIS online

Usage

1
layer_download(layer_info, outfields = NULL, verbose = FALSE, query = NULL)

Arguments

layer_info

output from layer_info

outfields

character or NULL (default). Quoted text with comma sperated field names. The default value of NULL will make the function return all the fields.

verbose

logical, defaults to FALSE. Passed to crul::HttpClient$new().

query

character or NULL (default). The default NULL will return all records. Use a standard SQL style query to return a subset of records. For example: "OBJECTID > 1 AND OBJECTID <30".

Value

sf


mps9506/aarapir documentation built on May 12, 2020, 1:07 a.m.