paramSearch {rarms}R Documentation

Return values of the selected input variables

Description

Return values of the selected input variables

Usage

paramSearch(param)

Arguments

param

Name of input variable

Value

A data set that contains possible values of the selected input variable.

Examples

## Not run: 
key <- 'Your key' # Specify your API key here.
paramSearch(param = 'state')
paramSearch(param = 'year')
paramSearch(param = 'category')

## End(Not run)

[Package rarms version 1.0.0 Index]