powered by
assert_all_are_on_os_path(x) assert_any_are_on_os_path(x) is_on_os_path(x)
TRUE
is_on_os_path( c(R.home("bin"), R.home("etc"), "a nonexistent path") ) # probably c(TRUE, FALSE, FALSE)
Run the code above in your browser using DataLab