get.variables: Get Variables Function

Description Usage Arguments Examples

View source: R/functions.R

Description

This function allows you to select multiple variables metadata.

Usage

1
get.variables(url, collection, view, cols = NULL, key = NULL)

Arguments

url

The base URL of the RDS server

collection

The collection ID

view

The view ID

cols

The columns to select

key

API key for views that require a key.

Examples

1
2
get.variables("http://localhost:8080/rds/api/catalog/","myCollection","myView",cols="var1,var2") 
get.variables("http://localhost:8080/rds/api/catalog/","myCollection","myView",cols="$demographics") 

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