R/get.file.path.R

Defines functions get.file.path

get.file.path <- function(file) {
  if(grepl("/", out)){
    gsub("^(.*/).*$", "\\1", out)
  } else {
    "./"
  }
}
cmcouto-silva/gt documentation built on June 6, 2021, 7:14 p.m.