dot-mayBeNum: Check if vector may be numeric content

.mayBeNumR Documentation

Check if vector may be numeric content

Description

This function allows to checking if a given vector may be numeric content

Usage

.mayBeNum(x, pattern = NULL)

Arguments

x

(numeric vector) main input

pattern

(character) custom pattern to check

Value

This functions returns a logical/boolean vector for each of the elements of 'x'

See Also

numeric; convMatr2df

Examples

.mayBeNum(c(3:6))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.