beNumeric: Whether a string vector can be converted to numeric

View source: R/restoreData2.R

beNumericR Documentation

Whether a string vector can be converted to numeric

Description

Whether a string vector can be converted to numeric

Usage

beNumeric(x)

Arguments

x

A string vector

Examples

x=c("age","22.5","11/2")
beNumeric(x)

predict3d documentation built on April 14, 2023, 12:26 a.m.