powered by
Helper to write ecql filter. Retrieve all attributes from a layer.
get_wfs_attributes(layer = NULL, interactive = FALSE)
charactervector with layer attributes
character
character; name of the layer from get_layers_metadata("wfs") or directly from IGN website
get_layers_metadata("wfs")
character; if TRUE, no need to specify layer, you'll be ask.
layer
if (FALSE) { get_wfs_attributes("administratif", "LIMITES_ADMINISTRATIVES_EXPRESS.LATEST:commune") # Interactive session get_wfs_attributes(interactive = TRUE) }
Run the code above in your browser using DataLab