CQL {bcdata} | R Documentation |
Write a CQL expression to escape its inputs, and return a CQL/SQL object.
Used when writing filter expressions in bcdc_query_geodata()
.
CQL(...)
... |
Character vectors that will be combined into a single CQL statement. |
See the CQL/ECQL for Geoserver website.
An object of class c("CQL", "SQL")
CQL("FOO > 12 & NAME LIKE 'A&'")