Skip to content

Commit

Permalink
Merge pull request #32 from UI-Research/manu
Browse files Browse the repository at this point in the history
Remove package images
  • Loading branch information
malcalakovalski authored Sep 5, 2023
2 parents 1ffa7b1 + 469765a commit 35b3598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
13 changes: 2 additions & 11 deletions docs/04_lesson.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,10 @@ <h1 class="title"><span class="chapter-number">4</span>&nbsp; <span class="chapt
<h2 data-number="4.1" class="anchored" data-anchor-id="review"><span class="header-section-number">4.1</span> Review</h2>
<ul>
<li><p>What is tidy data?</p>
<p><img src="www/images/what_is_tidydata.jpeg" class="img-fluid" width="396"></p>
<p><img src="www/images/what_is_tidydata.jpeg" class="img-fluid" style="width:80.0%"></p>
<p>Artwork by @allison_horst</p></li>
<li><p>What is a file path?</p></li>
<li><p>What is an R Studio Project?</p>
<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="www/images/cracked_setwd.png" class="img-fluid figure-img" width="291"></p>
<figcaption class="figure-caption">Artwork by @allison_horst</figcaption>
</figure>
</div></li>
<li><p>What is an R Studio Project?</p></li>
<li><p>Stay DRY: if you find yourself copying and pasting chunks of code, write a function instead.</p></li>
<li><p>Writing functions that use capabilities of the <code>tidyverse</code> can be tricky due to something called Nonstandard Evaluation - feel free to ask any of us for help!</p></li>
</ul>
Expand Down Expand Up @@ -322,7 +316,6 @@ <h3 data-number="4.5.1" class="anchored" data-anchor-id="exercise"><span class="
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a> }</span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a>}</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p><img src="www/images/readr_sticker.png" style="float: right;width: 106px"></p>
</section>
</section>
<section id="the-readr-package" class="level2" data-number="4.6">
Expand Down Expand Up @@ -410,7 +403,6 @@ <h4 data-number="4.6.3.1" class="anchored" data-anchor-id="example-2"><span clas
<section id="exercise-3" class="level3" data-number="4.6.4">
<h3 data-number="4.6.4" class="anchored" data-anchor-id="exercise-3"><span class="header-section-number">4.6.4</span> Exercise</h3>
<p><font color="#55b748"><strong>Step 1:</strong></font> Pull up the documentation for <code>read_csv</code> and take a look of some of the function arguments. There are a lot! You don’t need to know how everything works, but it’s good to have an idea of some of the options available to you.</p>
<p><img src="www/images/readxl.png" style="float: right;width: 106px"></p>
</section>
</section>
<section id="the-readxl-package" class="level2" data-number="4.7">
Expand All @@ -436,7 +428,6 @@ <h3 data-number="4.7.1" class="anchored" data-anchor-id="example-3"><span class=
<section id="exercise-4" class="level3" data-number="4.7.2">
<h3 data-number="4.7.2" class="anchored" data-anchor-id="exercise-4"><span class="header-section-number">4.7.2</span> Exercise</h3>
<p><font color="#55b748"><strong>Step 1:</strong></font> Use <code>read_excel()</code> to load in the table on the “Refinance Data April 2019” sheet into a data frame called <code>refinances</code>.</p>
<p><img src="www/images/haven.png" style="float: right;width: 106px"></p>
</section>
</section>
<section id="the-haven-package" class="level2" data-number="4.8">
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"href": "04_lesson.html#review",
"title": "4  Data Import",
"section": "4.1 Review",
"text": "4.1 Review\n\nWhat is tidy data?\n\nArtwork by @allison_horst\nWhat is a file path?\nWhat is an R Studio Project?\n\n\n\nArtwork by @allison_horst\n\n\nStay DRY: if you find yourself copying and pasting chunks of code, write a function instead.\nWriting functions that use capabilities of the tidyverse can be tricky due to something called Nonstandard Evaluation - feel free to ask any of us for help!"
"text": "4.1 Review\n\nWhat is tidy data?\n\nArtwork by @allison_horst\nWhat is a file path?\nWhat is an R Studio Project?\nStay DRY: if you find yourself copying and pasting chunks of code, write a function instead.\nWriting functions that use capabilities of the tidyverse can be tricky due to something called Nonstandard Evaluation - feel free to ask any of us for help!"
},
{
"objectID": "04_lesson.html#motivation",
Expand Down
7 changes: 1 addition & 6 deletions intro_series_book/04_lesson.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@ library(arrow)

- What is tidy data?

![](www/images/what_is_tidydata.jpeg){width="396"}
![](www/images/what_is_tidydata.jpeg){width="80%"}

Artwork by \@allison_horst

- What is a file path?

- What is an R Studio Project?

![Artwork by \@allison_horst](www/images/cracked_setwd.png){width="291"}

- Stay DRY: if you find yourself copying and pasting chunks of code, write a function instead.

- Writing functions that use capabilities of the `tidyverse` can be tricky due to something called Nonstandard Evaluation - feel free to ask any of us for help!
Expand Down Expand Up @@ -108,7 +106,6 @@ download_data <- function(url, path) {
}
```

<img src="www/images/readr_sticker.png" style="float: right;width: 106px"/>

## The `readr` Package

Expand Down Expand Up @@ -216,7 +213,6 @@ Luckily `read_csv()` and its friends have a lot of built in arguments to help de

<font color="#55b748">**Step 1:**</font> Pull up the documentation for `read_csv` and take a look of some of the function arguments. There are a lot! You don't need to know how everything works, but it's good to have an idea of some of the options available to you.

<img src="www/images/readxl.png" style="float: right;width: 106px"/>

## The `readxl` Package

Expand Down Expand Up @@ -249,7 +245,6 @@ Note that the `readxl` package only provides functionality to, as the name impli

<font color="#55b748">**Step 1:**</font> Use `read_excel()` to load in the table on the "Refinance Data April 2019" sheet into a data frame called `refinances`.

<img src="www/images/haven.png" style="float: right;width: 106px"/>

## The `haven` Package

Expand Down

0 comments on commit 35b3598

Please sign in to comment.