Search notes:

R function: is.numeric

is.numeric(42)
# [1] TRUE

is.numeric("Foo")
# [1] FALSE
Github repository about-r, path: /functions/is.numeric.R

See also

Index to (some) R functions

Index