Creating a New Quarto Document in RStudio
To create a new Quarto document:
- Be sure that you are in the correct project for the exercise or assignment. If you need help creating a new project here are some tips.
- In RStudio, go to the menu bar and select File > New File > Quarto Document.
- Enter a title for your document and select the output format (e.g., HTML, PDF, Word).
- Click Create. A new Quarto file (
.qmd) will open. - Save the file to your project directory
- Use the toolbar or the Render button to build your document.