processReadStatement = function(s) {
if (grepl(".* from file .* header \"*\"",
s$command)) {
words = strsplit(s$command, " ")[[1]]
return(sprintf('%s[] = %s$`%s`', words[1], words[4], gsub("\"", "", words[6])))
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.