Search for datasets on HDX

search_tags(
  query = "",
  vocabulary_id = NULL,
  limit = NULL,
  offset = NULL,
  configuration = NULL
)

Arguments

query

(character) - character to search for

vocabulary_id

(character) - the id or name of the tag vocabulary to search in

limit

(integer) - the maximum number of tags to return

offset

(integer) - when limit is given, the offset to start returnings tags from

configuration

Configuration object.

Value

A list of HDX tags

Details

Search and find tags on HDX

Examples

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