Questions and answers
2883
Creating R Markdown and Notebook documents in R Studio on Campus Computers
This is the recommended procedure to create a Markdown document in R Studio on university computers.
- Open R Studio
- In the Toolbar click File > New File > R Markdown
- In the dialog box, enter a Title and Author
- Leave the Default Output Format as HTML
- Click OK
- You should now see a markdown document in R Studio
- Edit the following in the document
-
Add a Colon (:) to the 'html_document' line
- Tab indent the 'html_document:' line
- Add a line that reads 'self_contained: no'
- The 'self_contained: no' line should be double tab indented
Your document should look like this:
Help us to improve this answer
Please suggest an improvement
(login needed, link opens in new window)
Your views are welcome and will help other readers of this page.
Categories
This is question number 2883, which appears in the following categories: