tests/testthat/testISNUMBER.R

Return1 <- ISNUMBER(2)
Return2 <- ISNUMBER("This is not a number 1")


expect_equal(Return1,T)
expect_equal(Return2,F)

Try the ExcelFunctionsR package in your browser

Any scripts or data that you put into this service are public.

ExcelFunctionsR documentation built on July 1, 2020, 8:35 p.m.