| check_scalar_numeric | R Documentation |
Check scalar numeric (with optional bounds)
check_scalar_numeric(
x,
arg = as.character(substitute(x)),
finite = TRUE,
lower = -Inf,
upper = Inf,
allow_na = FALSE,
closed_lower = TRUE,
closed_upper = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.