R/dofFiles/R00_Linux_dot_Rprofile.R

### This file is sourced by or symbol linked to ~/.Rprofile
sourceDir <- function(path = ".") {
        for (file in list.files(path, pattern = "\\.[Rr]$")) {
                source(file.path(path,file))
        }
}
sourceDir("~/SparkleShare/Rprofile/R/RprofilesLinux")
sourceDir("~/SparkleShare/Rprofile/R/RprofilesAuto")
bwtian/Rprofile documentation built on May 13, 2019, 9:24 a.m.