R/files_plus.R

#' @export
RemoveFileExtension <- function(path) {
  tools::file_path_sans_ext(path)
}

#' @export
ExtractFilename <- function(path) {
  tools::file_path_sans_ext(basename(path))
}
mikebesso/two.laws.big.bang documentation built on May 29, 2019, 5:42 a.m.