| RTconvert | R Documentation | 
Interpret a RT source in vector of strings and generates R code
RTconvert(
  lines,
  add = c(),
  mark.lines = FALSE,
  filename = "",
  included = FALSE,
  includedirs = NULL
)
RTconvert(c(
 "Hello",
 "<?R cat('World') ?>"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.