fns <- list.files("G:/GitHub/patelm9/GrandCentralStation/R", full.names = TRUE)
for (i in 1:length(fns)) {
source(fns[i])
}
load_packages()
rm(fns)
setup_directory_tree()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.