is.str.number: Check if a string is a number

View source: R/helpers.R

is.str.numberR Documentation

Check if a string is a number

Description

Check if a string is a number

Usage

is.str.number(x)

Arguments

x

A string to be checked.

Value

TRUE if the string is a number, FALSE otherwise.


SerolyzeR documentation built on April 12, 2025, 2:11 a.m.