Rcode2flextable | R Documentation |
Make a flextable object with character strings encoding R code
Rcode2flextable(result, format = "pptx", eval = TRUE)
result |
character strings encoding R code |
format |
desired format. choices are "pptx" or "docx" |
eval |
logical. Whether or not evaluate the code |
Rcode2flextable("str(mtcars)\nsummary(mtcars)",eval=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.