Guest User

Untitled

a guest
Nov 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. title: "Untitled"
  3. author: "Me"
  4. date: "November 15, 2018"
  5. output:
  6. pdf_document: default
  7. word_document: default
  8. ---
  9.  
  10. ```{r setup, include=FALSE}
  11. knitr::opts_chunk$set(echo = TRUE)
  12. ```
  13. Some text.
  14.  
  15. I want a page break after this.
  16.  
  17. newpage
  18. ##### page break
  19.  
  20. This should be the first sentence of the new page.
  21.  
  22. Some more text.
Add Comment
Please, Sign In to add comment