browse: Browse a HDX object

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Browse a HDX object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S3 method for class 'Dataset'
browse(x, ...)

## S3 method for class 'Organization'
browse(x, ...)

## S3 method for class 'HDXResource'
browse(x, ...)

## S3 method for class 'HDXUser'
browse(x, ...)

browse(x, ...)

## Default S3 method:
browse(x, ...)

Arguments

x

an HDX object

...

Extra parameters

Value

Character Tags of the dataset

Examples

1
2
3
4
5
6
7
## Not run: 
# Setting the config to use HDX default server
 set_rhdx_config()
 res <- search_dataset(rows = 3L)
 browse(res[[1]])

## End(Not run)

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