Skip to content

Commit

Permalink
update cs08
Browse files Browse the repository at this point in the history
  • Loading branch information
adammwilson committed Oct 22, 2024
1 parent fe72e11 commit ec63d51
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CS_08.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 2 additions & 0 deletions CS_08_Template/CS_08_template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/CS_08.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h2>Specifying multiple outputs with Quarto</h2>
following syntax in the YAML header:</p>
<pre><code>format:
html: default
github: default
gfm: default
pptx: default
docx: default</code></pre>
<p>You can read more about the YAML header and all the options <a
Expand Down
2 changes: 2 additions & 0 deletions docs/CS_08_Template/CS_08_template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 4 additions & 3 deletions docs/CS_15.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,13 @@ <h2>Write a short script to perform the following steps</h2>
concentration each year as shown below</li>
</ol>
<pre><code>## 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
## &lt;ON DISK&gt; /var/folders/vr/ykn9bsvj7qj5r2rgt5wg175xg3t_n5/T//RtmpWR4HVh/fileedc31d2b9ee8</code></pre>
<pre><code>## Warning: One or more parsing issues, call `problems()` on your data frame for details, e.g.:
## &lt;ON DISK&gt; /var/folders/vr/ykn9bsvj7qj5r2rgt5wg175xg3t_n5/T//Rtmp3sWg8s/file1653f221f3a4b</code></pre>
<pre><code>## Warning: One or more parsing issues, call `problems()` on your data
## frame for details, e.g.:
## dat &lt;- vroom(...)
## problems(dat)</code></pre>
<p><img src="CS_15_files/figure-html/unnamed-chunk-2-1.png" width="672" /></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/CS_08.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ md_bullet(rmarkdown::metadata$tasks)
#' ```
#' format:
#' html: default
#' github: default
#' gfm: default
#' pptx: default
#' docx: default
#' ```
Expand Down
2 changes: 1 addition & 1 deletion scripts/CS_08.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ md_bullet(rmarkdown::metadata$tasks)
#' ```
#' format:
#' html: default
#' github: default
#' gfm: default
#' pptx: default
#' docx: default
#' ```
Expand Down

0 comments on commit ec63d51

Please sign in to comment.