diff --git a/CS_08.Rmd b/CS_08.Rmd index 2962fc5..be35711 100644 --- a/CS_08.Rmd +++ b/CS_08.Rmd @@ -47,7 +47,7 @@ You can specify that Quarto should produce multiple outputs using the following ``` format: html: default - github: default + gfm: default pptx: default docx: default ``` diff --git a/CS_08_Template/CS_08_template.qmd b/CS_08_Template/CS_08_template.qmd index a7b89ea..a027504 100644 --- a/CS_08_Template/CS_08_template.qmd +++ b/CS_08_Template/CS_08_template.qmd @@ -9,7 +9,9 @@ format: docx: default # MS Word --- + ```{r setup, include=FALSE} + knitr::opts_chunk$set(echo = TRUE, cache = TRUE) library(tidyverse) library(knitr) diff --git a/docs/CS_08.html b/docs/CS_08.html index d0293b3..33e8b30 100644 --- a/docs/CS_08.html +++ b/docs/CS_08.html @@ -438,7 +438,7 @@

Specifying multiple outputs with Quarto

following syntax in the YAML header:

format:
   html: default
-  github: default
+  gfm: default
   pptx: default
   docx: default

You can read more about the YAML header and all the options Write a short script to perform the following steps concentration each year as shown below

## Response [https://scrippsco2.ucsd.edu/assets/data/atmospheric/stations/in_situ_co2/monthly/monthly_in_situ_co2_mlo.csv]
-##   Date: 2024-10-17 17:52
+##   Date: 2024-10-22 18:33
 ##   Status: 200
 ##   Content-Type: text/csv
 ##   Size: 84.7 kB
-## <ON DISK>  /var/folders/vr/ykn9bsvj7qj5r2rgt5wg175xg3t_n5/T//RtmpWR4HVh/fileedc31d2b9ee8
-
## Warning: One or more parsing issues, call `problems()` on your data frame for details, e.g.:
+## <ON DISK>  /var/folders/vr/ykn9bsvj7qj5r2rgt5wg175xg3t_n5/T//Rtmp3sWg8s/file1653f221f3a4b
+
## Warning: One or more parsing issues, call `problems()` on your data
+## frame for details, e.g.:
 ##   dat <- vroom(...)
 ##   problems(dat)

diff --git a/docs/scripts/CS_08.R b/docs/scripts/CS_08.R index c9554f3..8a160df 100644 --- a/docs/scripts/CS_08.R +++ b/docs/scripts/CS_08.R @@ -44,7 +44,7 @@ md_bullet(rmarkdown::metadata$tasks) #' ``` #' format: #' html: default -#' github: default +#' gfm: default #' pptx: default #' docx: default #' ``` diff --git a/scripts/CS_08.R b/scripts/CS_08.R index c9554f3..8a160df 100644 --- a/scripts/CS_08.R +++ b/scripts/CS_08.R @@ -44,7 +44,7 @@ md_bullet(rmarkdown::metadata$tasks) #' ``` #' format: #' html: default -#' github: default +#' gfm: default #' pptx: default #' docx: default #' ```