get_wfs_attributes {happign} | R 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 |
|
interactive |
|
Value
character
vector 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)
[Package happign version 0.3.0 Index]