powered by
isFALSE
I still use R 3.3.3 for testing, isFALSE() was introduced in R 3.5.0.
isFALSE()
is_false(x)
The object to be tested.
TRUE if the object is set to FALSE, FALSE otherwise.
TRUE
FALSE
Other logical helpers: get_run_r_tests(), is_batch(), is_cran(), is_force(), is_installed(), is_not_false(), is_null_or_true(), is_of_length_zero(), is_r_cmd_check(), is_r_package_installed(), is_running_on_fvafrcu_machines(), is_running_on_gitlab_com(), is_success(), is_version_sufficient(), is_windows()
get_run_r_tests()
is_batch()
is_cran()
is_force()
is_installed()
is_not_false()
is_null_or_true()
is_of_length_zero()
is_r_cmd_check()
is_r_package_installed()
is_running_on_fvafrcu_machines()
is_running_on_gitlab_com()
is_success()
is_version_sufficient()
is_windows()
# NOT RUN { is_false("not false") is_false(FALSE) # }
Run the code above in your browser using DataLab