Get summaries of layer attributes (variables)
Source:R/layer_attributes.R
layer_attributes_summarise.RdGet summaries of layer attributes (variables)
Arguments
- wfs
A
WFSClientR6 object with methods for interfacing an OGC Web Feature Service. Fromemodnet_init_wfs_client().- service
the EMODnet OGC WFS service name. For available services, see
emodnet_wfs().- service_version
- layer
character sting of layer name. To get info on layers, including
layer_nameuseemodnet_get_wfs_info().
Value
output of summary() on the attributes (variables) in a given layer
for a given service.
See also
Attributes metadata:
layer_attribute_descriptions(),
layer_attribute_inspect(),
layer_attributes_get_names(),
layer_attributes_tbl()
Examples
layer_attributes_summarise(
service = "biology",
layer = "mediseh_zostera_m_pnt"
)
#> ✔ WFS client created successfully
#> ℹ Service: "https://geo.vliz.be/geoserver/Emodnetbio/wfs"
#> ℹ Version: "2.0.0"
#> gml_id id country
#> Length :54 Min. :0 Length :54
#> N.unique :54 1st Qu.:0 N.unique : 7
#> N.blank : 0 Median :0 N.blank : 0
#> Min.nchar:23 Mean :0 Min.nchar: 5
#> Max.nchar:24 3rd Qu.:0 Max.nchar: 8
#> Max. :0