R/make_filenames.R

#' Make new sequenced filenames from full path names
#'
#' @return Character vector of properly sequenced file names.
#'
#' @param file_list character vector of one or more having the path and basename
#' of a list of files to be renamed.
#' @export
make_filenames <- function(file_list) {
  sapply(file_list, make_filename_A, simplify = "array")
}
rmsharp/renameSurgerySheets documentation built on May 8, 2019, 2:46 p.m.