check_scalar_numeric: Check scalar numeric (with optional bounds)

View source: R/utils.R

check_scalar_numericR Documentation

Check scalar numeric (with optional bounds)

Description

Check scalar numeric (with optional bounds)

Usage

check_scalar_numeric(
  x,
  arg = as.character(substitute(x)),
  finite = TRUE,
  lower = -Inf,
  upper = Inf,
  allow_na = FALSE,
  closed_lower = TRUE,
  closed_upper = TRUE
)

matrixCorr documentation built on April 18, 2026, 5:06 p.m.