accepted_values: Get accepted values for a variable

View source: R/terms.R

accepted_valuesR Documentation

Get accepted values for a variable

Description

Get the accepted values for a variable.

Usage

accepted_values(name)

Arguments

name

character. The variable name. For example, "country", "crop", or "fertilizer_type"

Value

character

Examples

v <- accepted_values("fertilizer_type")
head(v)

reagro/carobiner documentation built on Dec. 4, 2024, 3:21 p.m.