View source: R/layer_attributes.R
layer_attributes_get_names | R Documentation |
Names of variables (attributes) available from a dataset (layer) in a data source (service).
layer_attributes_get_names(
wfs = NULL,
service = NULL,
service_version = NULL,
layer
)
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
|
character vector of layer attribute (variable) names.
Attributes metadata:
layer_attribute_descriptions()
,
layer_attribute_inspect()
,
layer_attributes_summarise()
,
layer_attributes_tbl()
layer_attributes_get_names(
service = "biology",
layer = "mediseh_zostera_m_pnt"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.