Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Chapter-Instructions/Chapter_01a_Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,17 @@ explore different visualizations of your data in the following section.

------------------------------------------------------------------------

## Saving Your Work

Remember to save your work periodically by clicking the blue "Save" button on the top left of the workspace and title the file ‘Chapter 1a’. Saving your new Quarto document will properly save it as a "Quarto Markdown" or `.qmd` file in your repository folder.

## Render Your New Work

By now you should have four code chunks, two to load libraries and two
to create a plot. While a `.qmd` document (the file you are working in
now) can be viewed on GitHub, it is best used to view raw code. Instead,
you will “render” your document to a markdown document, in this case a
gfm, since we specified that in our YAML header.
gfm, since we specified that in our YAML header. The markdown document will be saved as an `.md` document (just like the files you are reading in this textbook).

Render your Chapter 1a work by clicking the “Render” button by the blue
right arrow located on the top of your RStudio screen.
Expand Down