diagnose_string <- function(string) {
.Call(sourcetools_diagnose_string, as.character(string))
}
diagnose_file <- function(file) {
diagnose_string(read(file))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.