View source: R/layer_attributes.R
layer_attribute_inspect | R Documentation |
Inspect layer attributes
layer_attribute_inspect(
wfs = NULL,
service = NULL,
service_version = NULL,
layer,
attribute
)
wfs |
A |
service |
the EMODnet OGC WFS service name.
For available services, see |
service_version |
|
layer |
character sting of layer name. To get info on layers, including
|
attribute |
character string, name of layer attribute (variable). Use
|
Detailed summary of individual attribute (variable). Particularly useful for inspecting factor or character variable levels or unique values.
Attributes metadata:
layer_attribute_descriptions()
,
layer_attributes_get_names()
,
layer_attributes_summarise()
,
layer_attributes_tbl()
wfs <- emodnet_init_wfs_client(service = "biology")
layer_attributes_get_names(wfs, layer = "mediseh_zostera_m_pnt")
layer_attribute_inspect(
wfs, layer = "mediseh_zostera_m_pnt",
attribute = "country"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.