paramSearch: Return values of the selected input variables

Description Usage Arguments Value Examples

View source: R/paramSearch.R

Description

Return values of the selected input variables

Usage

1
paramSearch(param)

Arguments

param

Name of input variable

Value

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

Examples

1
2
3
4
5
6
7
## Not run: 
key <- 'Your key' # Specify your API key here.
paramSearch(param = 'state')
paramSearch(param = 'year')
paramSearch(param = 'category')

## End(Not run)

rarms documentation built on Jan. 24, 2020, 1:07 a.m.

Related to paramSearch in rarms...