osmdata (version 0.0.1)

opq_to_string: Convert an osmdata query of class opq to a character string query to be submitted to the overpass API

Description

Convert an osmdata query of class opq to a character string query to be submitted to the overpass API

Usage

opq_to_string(opq)

Arguments

opq

An overpass_query object

Value

Character string to be submitted to the overpass API

Examples

Run this code

q <- opq ("hampi india")
opq_to_string (q)

Run the code above in your browser using DataLab