R/file_name.R

Defines functions file_name

file_name <- function(..., ext = NULL, sep = "")
{
    paste0(file.path(..., fsep = sep), if (!is.null(ext)) paste0(".", ext))
}
jeanmathieupotvin/dfp documentation built on Jan. 8, 2020, 2:32 a.m.