Rcode2flextable {rrtable} | 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)