########################################################################################################################
initialSourceFilesTable <- function() {
source.files.table <- data.table::data.table(
file = character(),
path = factor(),
imported = logical(),
skip = logical(),
comment = character())
data.table::setkey(source.files.table, path, file)
return(source.files.table)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.