View source: R/ox_separate_tags.R
ox_separate_tags | R Documentation |
Separate other_tags column into separate, single-tag columns
ox_separate_tags(x, col_name = "other_tags")
x |
sf object containing a column grouping many OSM tags |
col_name |
name of the column containing grouped tags (string; default is "other_tags") |
sf object with single-tag columns
sb <- ox_read( system.file("extdata/south_brisbane.osm", package = "osmxml"), expand_tags = FALSE) ox_separate_tags(sb$points)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.