Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ---
  2. title: "Test"
  3. output:
  4. word_document:
  5. keep_md: true
  6. ---
  7.  
  8. ```{r pressure2, echo=FALSE}
  9. knitr::kable(mtcars)
  10. ```
  11.  
  12. rmarkdown::render("test.Rmd", clean=FALSE)
  13.  
  14. "C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS test.utf8.md --to docx --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output test.docx --smart --highlight-style tango
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement