check_non_numeric: Check Non-Numeric Values

View source: R/check_helpers.R

check_non_numericR Documentation

Check Non-Numeric Values

Description

This function checks a character vector for non-numeric values. It returns the indices of elements that are either NA or do not match the alphanumeric pattern. It is used internally in the package to validate character columns that are expected to contain only alphanumeric values.

Usage

check_non_numeric(col)

Arguments

col

a character vector to be checked for non-numeric values.


piavat/PRE2DUP-R documentation built on June 11, 2025, 11:42 a.m.