Learn R Programming

rarms (version 1.0.0)

paramSearch: 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

Run this code
# NOT RUN {
key <- 'Your key' # Specify your API key here.
paramSearch(param = 'state')
paramSearch(param = 'year')
paramSearch(param = 'category')
# }

Run the code above in your browser using DataLab