### 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.