Search for datasets on HDX

search_datasets(
  query = "*:*",
  filter_query = NULL,
  rows = 10L,
  start = 0L,
  page_size = 1000L,
  configuration = NULL,
  ...
)

Arguments

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 package_search endpoints

Value

A list of HDX datasets

Details

Search and find datasets on HDX

Examples

if (FALSE) { # Setting the config to use HDX default server search_datasets("displaced nigeria", rows = 3L) }