pkgdown/mathjax-config.html
R/require.R
require_scalar.Rd
Validates that the value has length 1. Rejects NULL, zero-length vectors, and vectors with more than one element.
NULL
require_scalar(restriction)
a restriction object.
restriction
The modified restriction object.
Other structure checks: require_has_cols(), require_length(), require_length_matches(), require_length_max(), require_length_min(), require_named(), require_nrow_matches(), require_nrow_min()
require_has_cols()
require_length()
require_length_matches()
require_length_max()
require_length_min()
require_named()
require_nrow_matches()
require_nrow_min()