getVariable-rds.dataProduct-character-method: Get Variable

getVariable,rds.dataProduct,character-methodR Documentation

Get Variable

Description

The getVariable(dataProduct, variableId) method can be used to get the variable with the provided ID from the provided rds.dataProduct.

Usage

## S4 method for signature 'rds.dataProduct,character'
getVariable(dataProduct, variableId, apiKey = NULL)

Arguments

dataProduct

The rds.dataProduct to query for the variable.

variableId

The ID of the desired variable.

apiKey

The user's apiKey to access the API, if the API is not secured this can be NULL.


mtna/rds-r documentation built on July 30, 2023, 3:25 a.m.