check_rows: Assumes that rows (if logical) are same length as x

View source: R/0_check_standardize_options.r

check_rowsR Documentation

Assumes that rows (if logical) are same length as x

Description

Assumes that rows (if logical) are same length as x

Usage

check_rows(rows, x, which_call_to_report = -1L, null_ok = TRUE, na_ok = FALSE)

Arguments

rows

either numeric of logical vector

x

The object to standardize

which_call_to_report

When reporting issues which function call to indicate for reference

null_ok

Whether NULL is valid value

na_ok

Whether NA is valid value

Value

nothing


stasvlasov/nstandr documentation built on July 27, 2023, 10:29 p.m.