pkgdown/mathjax-config.html

Skip to contents

Validates that all values in a column are among the allowed values.

Usage

require_col_one_of(restriction, col, values)

Arguments

restriction

a restriction object.

col

character(1) column name.

values

vector of allowed values.

Value

The modified restriction object.