is_numeric {recodeflow} | R Documentation |
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.
[Package recodeflow version 0.1.0 Index]