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

Description Usage Value Creation notes Author(s) Examples

View source: R/OSMhelpers.R

Description

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

Usage

1

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

1
2
3
4
5
6
7
8
9
## Not run: 
library(purrr)
library(tibble)
library(osmdata)

df <- osm_keyValueDF()
df

## End(Not run)

MARC-GIS/marcR documentation built on Nov. 16, 2020, 1:41 p.m.