Learn R Programming

happign (version 0.3.8)

get_wfs_attributes: get_wfs_attributes

Description

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

Usage

get_wfs_attributes(layer = NULL)

Value

charactervector with layer attributes

Arguments

layer

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

Examples

Run this code
if (FALSE) {

get_wfs_attributes("LIMITES_ADMINISTRATIVES_EXPRESS.LATEST:commune")

}

Run the code above in your browser using DataLab