get_wfs_attributes: get_wfs_attributes

View source: R/get_wfs_attributes.R

get_wfs_attributesR Documentation

get_wfs_attributes

Description

Helper to write ecql filter. Retrieve all attributes from a layer.

Usage

get_wfs_attributes(layer = NULL, interactive = FALSE)

Arguments

layer

character; name of the layer from get_layers_metadata("wfs") or directly from IGN website

interactive

character; if TRUE, no need to specify layer, you'll be ask.

Value

charactervector with layer attributes

Examples

## Not run: 

get_wfs_attributes("administratif", "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST:commune")

# Interactive session
get_wfs_attributes(interactive = TRUE)


## End(Not run)

happign documentation built on Sept. 11, 2024, 7:17 p.m.