R/assertions.R

#' @export
assert_fs_exists <- function() {
    objects(pattern="IN_PTH", name = .GlobalEnv) %>%
        purrr::map_chr(get) %>%
        assertive::assert_all_are_existing_files()
}
mbadge/MyUtilsR documentation built on May 27, 2019, 1:08 p.m.