get.variable: Get Variable Function

Description Usage Arguments Examples

View source: R/functions.R

Description

This function allows you to select the metadata for a single variable based off its ID.

Usage

1
get.variable(url, collection, view, key = NULL, var.id = NULL)

Arguments

url

The base URL of the RDS server

collection

The collection ID

view

The view ID

key

API key for views that require a key.

var.id

The variable ID to select

Examples

1
get.variable("http://localhost:8080/rds/api/catalog/","myCollection","myView","myVariable") 

mtna/rrds documentation built on May 23, 2019, 8:19 a.m.