R/Test.R

Defines functions Test

Test <- function(File, gitPath = ifelse(is.null(subDir), paste0(repoPath., "/master/"),
                paste0(repoPath., "/master/", subDir, "/")),  repoPath. = repoPath, subDir = 'R', show = TRUE, ...) {
    if (!(is.character(substitute(File))))
        File <- paste0(deparse(substitute(File)), ".R")
    rgit::gitAFile(paste0(gitPath, File), show = show, ...)     
}
John-R-Wallace-NOAA/rgit documentation built on Jan. 3, 2024, 11:14 p.m.