Skip to content

Commit

Permalink
update cs08
Browse files Browse the repository at this point in the history
  • Loading branch information
adammwilson committed Oct 17, 2024
1 parent d0eabc2 commit fe72e11
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2,897 deletions.
2 changes: 1 addition & 1 deletion CS_08.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You are working on a team that needs to provide regular updates about a dataset
This takes the employee about 3 hours every week. You are a new member of the team and you confidently declare you could automate the procedure using R and Quarto (and that you could complete the automation in less than three hours!). The team looks at you with wide eyes. You realize you better get working.

## Specifying multiple outputs with Quarto
You can specify that RMarkdown should produce multiple outputs using the following syntax in the YAML header:
You can specify that Quarto should produce multiple outputs using the following syntax in the YAML header:

```
format:
Expand Down
13 changes: 5 additions & 8 deletions docs/CS_08.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,17 +397,14 @@ <h3 class="subtitle">Quarto to create dynamic research outputs.
<div id="reading" class="section level1">
<h1>Reading</h1>
<ul>
<li>Browse website about <a
href="https://rmarkdown.rstudio.com/index.html">RMarkdown</a></li>
<li>Browse <a href="https://bookdown.org/yihui/rmarkdown/">R Markdown,
the Definitive Guide</a></li>
<li>Browse website about <a href="https://quarto.org/">Quarto</a></li>
</ul>
</div>
<div id="tasks" class="section level1">
<h1>Tasks</h1>
<ul>
<li>Build a RMarkdown document that downloads a dataset, produces one
graph and one table, and exports to four different formats (HTML, GitHub
<li>Build a Quarto document that downloads a dataset, produces one graph
and one table, and exports to four different formats (HTML, GitHub
Markdown, Word, Powerpoint).</li>
</ul>
</div>
Expand Down Expand Up @@ -437,8 +434,8 @@ <h1>Background</h1>
<div id="specifying-multiple-outputs-with-quarto"
class="section level2">
<h2>Specifying multiple outputs with Quarto</h2>
<p>You can specify that RMarkdown should produce multiple outputs using
the following syntax in the YAML header:</p>
<p>You can specify that Quarto should produce multiple outputs using the
following syntax in the YAML header:</p>
<pre><code>format:
html: default
github: default
Expand Down
4 changes: 2 additions & 2 deletions docs/CS_15.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,11 +417,11 @@ <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 16:33
## Date: 2024-10-17 17:52
## Status: 200
## Content-Type: text/csv
## Size: 84.7 kB
## &lt;ON DISK&gt; /var/folders/vr/ykn9bsvj7qj5r2rgt5wg175xg3t_n5/T//RtmpilTNPG/file75ddbf17748</code></pre>
## &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.:
## dat &lt;- vroom(...)
## problems(dat)</code></pre>
Expand Down
Loading

0 comments on commit fe72e11

Please sign in to comment.