Documentation
Dlang.org
isNumeric
embedr
r
Returns
true
if
x
holds a vector of integers or doubles.
R does not have a scalar type. "Scalars" in R are vectors with one element, so this function cannot be used to distinguish between vectors and scalars.
bool
isNumeric
(
Robj
x
)
Meta
Source
See Implementation
embedr
r
aliases
Robj
functions
assertR
createRLibrary
dbeta
dexp
dgamma
dnbeta
dnorm4
dunif
dup
evalR
evalRQ
expm1
fprec
fromLast
fround
fsign
ftrunc
getAttrib
isInteger
isMatrix
isNumeric
isVector
last
length
log1p
names
print
printR
robj
scalar
setAttrib
sign
source
stringArray
toR
toString
tsp
structs
ProtectedRObject
RIntVector
RList
RMatrix
RObjectStorage
RString
RVector
sexprec
variables
M_E
Returns true if x holds a vector of integers or doubles.