assemble_query_filter | R Documentation |
Assemble MongoDB query filter document
assemble_query_filter(
country_code = NULL,
subnational_entity_name = NULL,
municipality = NULL,
level = NULL,
type = NULL,
date_min = NULL,
date_max = NULL,
is_draft = NULL,
date_time_created_min = NULL,
date_time_created_max = NULL,
date_time_last_edited_min = NULL,
date_time_last_edited_max = NULL,
query_filter = NULL,
base64_encode = TRUE
)
country_code |
The |
subnational_entity_name |
The |
municipality |
The |
level |
The |
type |
The |
date_min |
The minimum |
date_max |
The maximum |
is_draft |
|
date_time_created_min |
The minimum |
date_time_created_max |
The maximum |
date_time_last_edited_min |
The minimum |
date_time_last_edited_max |
The maximum |
query_filter |
A valid MongoDB JSON query filter document which allows for
maximum control over what data is included. This takes precedence over all of the above listed parameters, i.e. if |
base64_encode |
Whether or not to Base64-encode the resulting query filter document. Note that the
|
A character scalar containing a valid MongoDB JSON query filter document,
Base64-encoded if base64_encode = TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.