list_parameter_values: List values for an eulaw.app API parameter

Description Usage Arguments Value

View source: R/list_parameter_values.R

Description

This function lists all of the valid values for an API parameter. API parameters can appear across multiple datasets within a database, and they are always coded the same within a database, so you only need to specify a database and a parameter. API parameters take numeric values that correspond to categorical values.

Usage

1
list_parameter_values(database, parameter)

Arguments

database

The name of the database as a string. Use the function list_databases() to see a list of valid values.

parameter

The name of an API parameter as a string. Use the function list_parameters() to see a list of valid values.

Value

A tibble with 2 columns.


jfjelstul/eulaw documentation built on Dec. 20, 2021, 11:07 p.m.