Description Usage Arguments Details Value Examples
Search for datasets on HDX
1 2 3 4 5 6 7 8 9 | search_datasets(
query = "*:*",
filter_query = NULL,
rows = 10L,
start = 0L,
page_size = 1000L,
configuration = NULL,
...
)
|
query |
Character Query terms, use solr format and default to ":" (match everything) |
filter_query |
Character Filter Query results |
rows |
integer; Number of matching records to return. Defaults to 10. |
start |
integer; the offset in the complete result for where the set of returned datasets should begin. |
page_size |
integer; Size of page to return. Defaults to 1000. |
configuration |
Configuration object. |
... |
Extra parameters for |
Search and find datasets on HDX
A list of HDX datasets
1 2 3 4 5 | ## Not run:
# Setting the config to use HDX default server
search_datasets("displaced nigeria", rows = 3L)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.