R/normalize_file.R

normalize_file <- function(dir, file) {
    return(normalizePath(file.path(dir, file)))
}
dpastoor/phxpml documentation built on May 15, 2019, 1:22 p.m.