WFS_util_attrs | R Documentation |
Retrieves the (xmlns) attributes from a GetCapabilities document
WFS_util_attrs(cap, skip = c("none", "known", "version"), as.text = T)
cap |
XML document containg the GetCapabilities information |
skip |
Character string which of the attributes will be removed. See Details |
as.text |
Logical scalar. If |
The user can indicate with the skip
argument which attributes will be left out:
none
: all will be returned
known
: all the known (standard) attributes will be left out:
version
, schemaLocation
, updateSequence
, xmlns:wfs
,
xmlns:xsi
, xmlns
, xmlns:ows
, xmlns:gml
, xmlns:ogc
,
xmlns:fes
, xmlns:xlink
and xmlns:xs
version
: only the version attribute will be left out
Character string or list depending on the argument as.text
## Not run: base_url <- "https://geodata.nationaalgeoregister.nl/wijkenbuurten2019/wfs" cap1 = WFS_getcapabilities_POST(base_url,'1.1.0') WFS_util_attrs(cap1,skip='version',as.text=T) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.