首页 > TAG信息列表 > testthat

R语言中expect_true函数

  001、 library(testthat) ## 函数属于testthat包 expect_true( 2 == 2) ## 在程序中用于判断条件是否成立 expect_true( 2 != 2)