| opq_string {osmdata} | R Documentation |
Convert an osmdata query of class opq to a character string query to be submitted to the overpass API.
opq_string(opq)
opq |
An |
Character string to be submitted to the overpass API
## Not run:
q <- opq ("hampi india")
opq_string (q)
## End(Not run)