From a53d14a68e9b80a21ddcd597a29bef65375f2060 Mon Sep 17 00:00:00 2001 From: Neale Batra <52152191+nsbatra@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:41:43 +0200 Subject: [PATCH] quarto page small edits --- .Rhistory | 2 +- new_pages/quarto.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.Rhistory b/.Rhistory index 626ee6c4..eb574f3a 100644 --- a/.Rhistory +++ b/.Rhistory @@ -1,4 +1,3 @@ -############ learnr, # interactive tutorials in RStudio Tutorial pane swirl, # interactive tutorials in R console # project and file management @@ -510,3 +509,4 @@ bookdown::render_book( output_format = 'bookdown::bs4_book', config_file = "_bookdown.yml") renv::status() +here("data", "linelists", "linelist_raw.xlsx") diff --git a/new_pages/quarto.qmd b/new_pages/quarto.qmd index c45207eb..b5599d68 100644 --- a/new_pages/quarto.qmd +++ b/new_pages/quarto.qmd @@ -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"))