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"), "a nonexistent path")) #probably c(TRUE, FALSE)
Run the code above in your browser using DataLab