build_cql_filter {malariaAtlas} | R Documentation |
Builds a cql filter to be used with getFeatures, that will filter based on the given list of values.
Description
Builds a cql filter to be used with getFeatures, that will filter based on the given list of values.
Usage
build_cql_filter(attribute, values)
Arguments
attribute |
A string representing the attribute to filter by |
values |
A character, or character list, representing one or more values |
Value
The character string of the cql filter.
[Package malariaAtlas version 1.6.4 Index]