build_cql_filter | R Documentation |
Builds a cql filter to be used with getFeatures, that will filter based on the given list of values.
build_cql_filter(attribute, values)
attribute |
A string representing the attribute to filter by |
values |
A character, or character list, representing one or more values |
The character string of the cql filter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.