Skip to contents

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

Usage

get_wfs_attributes(layer = NULL)

Arguments

layer

character; name of the WFS layer. Must correspond to a layer available on the IGN WFS service (see get_layers_metadata()).

Value

charactervector with layer attributes

Examples

if (FALSE) { # \dontrun{

get_wfs_attributes("LIMITES_ADMINISTRATIVES_EXPRESS.LATEST:commune")

} # }