osm_keyValueDF: Retrieve all Key-Value Pairs Open Street Map Data

View source: R/OSMhelpers.R

osm_keyValueDFR Documentation

Retrieve all Key-Value Pairs Open Street Map Data

Description

[Experimental]

Downloads and creates a dataframe for all key-value pairs in OSM data. This function is parameterless.

Usage

osm_keyValueDF()

Value

A data frame with two columns, 'key' and 'value'.

Creation notes

First created in 2020-11-03 with the script OSMdownloadAndSFtoSQLInterface.R in the MARC-KC/HelpLibrary Repository

Author(s)

Jacob Peterson

Examples

## Not run: 
library(purrr)
library(tibble)
library(osmdata)

df <- osm_keyValueDF()
df

## End(Not run)

MARC-KC/marcR documentation built on June 2, 2022, 9:31 p.m.