set_indicators {gdldata}R Documentation

Set the indicators to retrieve

Description

Sets the indicators to retrieve from the dataset.

Usage

set_indicators(session, indicators)

Arguments

session

A valid GDL session object to interface with.

indicators

Vector of indicators to retrieve (string)

Value

An amended GDL session object.

Examples

## Not run: 
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_indicators(session, c('fridge', 'cellphone', 'tv'))

## End(Not run)

[Package gdldata version 0.1 Index]