Skip to content

Commit

Permalink
Re-build Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 22, 2021
1 parent e1a65b8 commit 589dea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04_normal_distribution/normal_distribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ <h3>The data</h3>
<p>You’ll be focusing on just three columns to get started: restaurant, calories, calories from fat.</p>
<p>Let’s first focus on just products from McDonalds and Dairy Queen.</p>
<div class="sourceCode" id="cb4"><pre class="sourceCode r"><code class="sourceCode r"><span id="cb4-1"><a href="#cb4-1"></a>mcdonalds &lt;-<span class="st"> </span>fastfood <span class="op">%&gt;%</span></span>
<span id="cb4-2"><a href="#cb4-2"></a><span class="st"> </span><span class="kw">filter</span>(restaurant <span class="op">==</span><span class="st"> &quot;McDonalds&quot;</span>)</span>
<span id="cb4-2"><a href="#cb4-2"></a><span class="st"> </span><span class="kw">filter</span>(restaurant <span class="op">==</span><span class="st"> &quot;Mcdonalds&quot;</span>)</span>
<span id="cb4-3"><a href="#cb4-3"></a>dairy_queen &lt;-<span class="st"> </span>fastfood <span class="op">%&gt;%</span></span>
<span id="cb4-4"><a href="#cb4-4"></a><span class="st"> </span><span class="kw">filter</span>(restaurant <span class="op">==</span><span class="st"> &quot;Dairy Queen&quot;</span>)</span></code></pre></div>
<ol style="list-style-type: decimal">
Expand Down

0 comments on commit 589dea2

Please sign in to comment.