Skip to content

Commit

Permalink
Update modules/RStudio/lab/RStudio_Lab.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
carriewright11 authored Sep 30, 2024
1 parent 46fd48a commit 670e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/RStudio/lab/RStudio_Lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ er_2 <- er %>%
filter(!is.na(rate))
```

When you click the **Knit** button (at the top of RStudio), a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. Note that when it does this it starts from scratch - it can't use any objects you created outside of the Rmd file.
When you click the **Knit** button (at the top of RStudio), a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. Note that when it does this it starts from scratch - it can't use any objects you created outside of the Rmd file. Therefore it essentially has its own environment that is different from the one that you see when working interactively in RStudio.

### Plotting some data

Expand Down

0 comments on commit 670e323

Please sign in to comment.