getVariables: Get Variables

getVariablesR Documentation

Get Variables

Description

The getVariables(dataProduct) method can be used to get the variable summaries of all the with the provided ID from the provided rds.dataProduct.

Usage

getVariables(
  dataProduct,
  cols = NULL,
  collimit = NULL,
  coloffset = NULL,
  apiKey = NULL
)

Arguments

dataProduct

The rds.dataProduct to query for the variable.

cols

An optional variable query following the RDS column syntax. If left NULL all the variable will be returned.

collimit

An optional limit to the variables returned. If left NULL no limit will be applied.

coloffset

An optional offset to the variables returned. If left NULL no offset will be applied

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.