View source: R/db_maintenance.R
runSnippet | R Documentation |
check one snippet
runSnippet(snippet, lang, mysql = "mysql --defaults-file=~/.my.cnf")
datetime if the snippet runs without errors else NA
runSnippet(snippet = 'x = rnorm(10)', lang = 'r')
runSnippet(snippet = 'SET @a = NOW(); SELECT @a as time', lang = 'mysql')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.