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.


PvSTATEM documentation built on April 4, 2025, 4:34 a.m.