Search for datasets on HDX
search_tags( query = "", vocabulary_id = NULL, limit = NULL, offset = NULL, configuration = NULL )
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 |
configuration | Configuration object. |
A list of HDX tags
Search and find tags on HDX
if (FALSE) { # Setting the config to use HDX default server search_tags("idps", rows = 3L) }