Learn R Programming

recodeflow (version 0.1.0)

is_numeric: Check if a character object can be converted to a number.

Description

Check if a character object can be converted to a number.

Usage

is_numeric(chars)

Arguments

chars

Character object.

Value

Whether `chars` can be converted to a numeric value.