Instructions
- Create a new R Project in RStudio.
- Create a new Quarto document in the R Project. This should be available as an option in the “New File” dropdown menu under “File”.
- Make sure you are using the “Visual Editor” mode in Quarto.
- Insert a citation into the body of your document by pressing the “Insert” button in the toolbar and scroll down to the “Citation” option.
- Select “My Library” under the Zotero tab. Find the “Exercise 1” folder you created in the previous exercise and select a reference to insert.
- What has happened to your Quarto file? What has been added to the YAML front matter? What has been added to the body of the document?
- A
references.bib
file should have been added to your project, and referenced in the YAML front matter.
- A citation should have been added to the body of the document.
Back to top