build_cql_time_filter | R Documentation |
Builds a cql filter to be used with getFeatures, that will filter based on the time range provided by start_date and end_date.
build_cql_time_filter(start_date, end_date)
start_date |
A Date Object that is the lower bound on the time range (inclusive). |
end_date |
A Date Object that is the upper bound on the time range (exclusive). |
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.