powered by
Make a flextable object with character strings encoding R code
Rcode2flextable(result, preprocessing = "", format = "pptx", eval = TRUE)
character strings encoding R code
character strings encoding R code as a preprocessing
desired format. choices are "pptx" or "docx"
logical. Whether or not evaluate the code
# NOT RUN { Rcode2flextable("str(mtcars)\nsummary(mtcars)",eval=FALSE) # }
Run the code above in your browser using DataLab