getClassification: Get Classification

getClassificationR Documentation

Get Classification

Description

The getClassification(dataProduct, classificationId) method can be used to get the classification with the provided ID from the provided rds.dataProduct.

Usage

getClassification(
  dataProduct,
  classificationId,
  limit = 1000,
  offset = 0,
  apiKey = NULL
)

Arguments

dataProduct

The rds.dataProduct to query for the classification

classificationId

The ID or URI of the desired classification

limit

Specifies the number of codes to return.

offset

Specifies the starting index of the codes.

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.