beNumeric {predict3d}R 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)

[Package predict3d version 0.1.5 Index]