search_tags: Search for datasets on HDX

Description Usage Arguments Details Value Examples

Description

Search for datasets on HDX

Usage

1
2
3
4
5
6
7
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.

Details

Search and find tags on HDX

Value

A list of HDX tags

Examples

1
2
3
4
5
## Not run: 
 # Setting the config to use HDX default server
 search_tags("idps", rows = 3L)

## End(Not run)

dickoa/rhdx documentation built on Oct. 13, 2021, 8:36 p.m.