Skip to content

Commit

Permalink
quarto page small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbatra committed Oct 14, 2024
1 parent 3eb5e8e commit a53d14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Rhistory
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
############
learnr, # interactive tutorials in RStudio Tutorial pane
swirl, # interactive tutorials in R console
# project and file management
Expand Down Expand Up @@ -510,3 +509,4 @@ bookdown::render_book(
output_format = 'bookdown::bs4_book',
config_file = "_bookdown.yml")
renv::status()
here("data", "linelists", "linelist_raw.xlsx")
2 changes: 1 addition & 1 deletion new_pages/quarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This will create your new Quarto script. *Note: While the R Markdown scripts end

While R Markdown scripts set the working directory to wherever the file is located, Quarto documents retain the original working directory. This is especially useful when you are working with an [R Project](r_projects.qmd).

Your first view of the Quarto document may look different to what you are used to with an R Markdown document. This is because Quarto has the additional functionality of allow you to see what the rendered document will look like after it has been knit. To switch between the "Visual" and "Source" mode (which is what you see when you create an R Markdown document), click the "Visual" button in the top left side of the script.
Like for R Markdown, Quarto used in RStudio allows you to see what the rendered document will look like after it has been knit. To switch between the "Visual" and "Source" mode, click the "Visual" button in the top left side of the script.

```{r out.width = "50%", fig.align = "center", echo=F}
knitr::include_graphics(here::here("images", "quarto/3_quartovisual.PNG"))
Expand Down

0 comments on commit a53d14a

Please sign in to comment.