Description Usage Arguments Value Examples
Extract tag elements from the TAGS field of BE_OSM_ADMIN
1 | tag_extractor(x, tag)
|
x |
a character vector |
tag |
a character string with the tag to extract |
a character vector with the extracted tags values
1 2 | data(BE_OSM_ADMIN)
mytags <- sapply(BE_OSM_ADMIN$TAGS, FUN=tag_extractor, tag = "ref:INS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.