tests/testthat/testIFNA.R

Return1 <- IFNA(NA,"It is NA")
Return2 <- IFNA("This is not NA","It is NA")



expect_equal(Return1,"It is NA")
expect_equal(Return2,"This is not NA")

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.