combine_cql_filters | R Documentation |
Builds a cql filter from a list of cql sub filters
combine_cql_filters(filter_list)
filter_list |
List of characters and NULL objects that represent individual cql filters e.g. list("time_start AFTER 2020-00-00T00:00:00Z", NULL, "country IN ('Nigeria')") |
If all values in filter_list are null, will return NULL, else will return character of combined filters. e.g. "time_start AFTER 2020-00-00T00:00:00Z AND country IN ('Nigeria')"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.