R/dir_.R

Defines functions dir_downloads

dir_downloads <- function()
{
    new_dir(file.path(Sys.getenv("SystemDrive"), "Users",
                      Sys.getenv("USERNAME"), "Downloads"),
            FALSE, TRUE)
}
jeanmathieupotvin/dfp documentation built on Jan. 8, 2020, 2:32 a.m.