Skip to contents

DRAFT utility to check if vector is numbers stored as text like "01"

Usage

# S3 method for class 'text'
is.numeric(x, trim_ = FALSE)

Arguments

x

character vector (or it reports FALSE)

Value

TRUE or FALSE (not a vector as long as x... just length 1). Always ignores any or all NA values.