osm_keyValueDF | R Documentation |
Downloads and creates a dataframe for all key-value pairs in OSM data. This function is parameterless.
osm_keyValueDF()
A data frame with two columns, 'key' and 'value'.
First created in 2020-11-03 with the script OSMdownloadAndSFtoSQLInterface.R in the MARC-KC/HelpLibrary Repository
Jacob Peterson
## Not run: library(purrr) library(tibble) library(osmdata) df <- osm_keyValueDF() df ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.