opq_string {osmdata}R Documentation

Convert an overpass query into a text string

Description

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

Usage

opq_string(opq)

Arguments

opq

An overpass_query object

Value

Character string to be submitted to the overpass API

Examples

## Not run: 
q <- opq ("hampi india")
opq_string (q)

## End(Not run)

[Package osmdata version 0.1.7 Index]