layer_attributes_summarise {emodnet.wfs} | R Documentation |
Get summaries of layer attributes (variables)
Description
Get summaries of layer attributes (variables)
Usage
layer_attributes_summarise(
wfs = NULL,
service = NULL,
service_version = NULL,
layer
)
Arguments
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
|
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"
)
[Package emodnet.wfs version 2.1.1 Index]