Description Usage Arguments Value Examples
View source: R/query_endpoint.R
This function parses DHIS2 endpoint queries into a character string.
1 |
... |
DHIS2 query parameters. |
A character string.
1 2 | api_query(fields = "name", totalPages = TRUE)
api_query(fields = api_fields("name", "id", organisationUnit = c("name")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.