RStudio Help Sheet


A .qmd document in the Source pane might look like the following:


What is the major difference between running code in an .qmd document in the Source pane versus running code in the Console?


The working directory is the default location where R will look for files you want to load and where it will put any files you save. All files are read in relation to the current working directory!