R/Run.R

Run <- function (File, run = TRUE, viewOnly = TRUE, ...) 
{
    # Run(Ls, pat='bds')
    
    if (!(is.character(substitute(File)))) 
        File <- deparse(substitute(File))
    gitAFile(paste0("John-R-Wallace-NOAA/JRWToolBox/master/R/", 
        File, ".R"), run = run , viewOnly = viewOnly, ...)
}
John-R-Wallace/R-ToolBox documentation built on March 26, 2024, 5:16 a.m.