Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Dec 19, 2023
1 parent f260407 commit 0a3dec7
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
772988cb
d12f14f4
203 changes: 104 additions & 99 deletions arrow.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions data-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -833,9 +833,9 @@ <h1 class="title"><span id="sec-data-import" class="quarto-section-identifier"><
<div class="cell">
<div class="sourceCode" id="cb22"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://readr.tidyverse.org/reference/problems.html">problems</a></span><span class="op">(</span><span class="va">df</span><span class="op">)</span></span>
<span><span class="co">#&gt; # A tibble: 1 × 5</span></span>
<span><span class="co">#&gt; row col expected actual file </span></span>
<span><span class="co">#&gt; &lt;int&gt; &lt;int&gt; &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; </span></span>
<span><span class="co">#&gt; 1 3 1 a double . /tmp/RtmpNPxUka/file1daf467d875b</span></span></code><button title="Copiar para a área de transferência" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span><span class="co">#&gt; row col expected actual file </span></span>
<span><span class="co">#&gt; &lt;int&gt; &lt;int&gt; &lt;chr&gt; &lt;chr&gt; &lt;chr&gt; </span></span>
<span><span class="co">#&gt; 1 3 1 a double . /tmp/Rtmpp71vDv/file1e20400e7fa</span></span></code><button title="Copiar para a área de transferência" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>This tells us that there was a problem in row 3, col 1 where readr expected a double but got a <code>.</code>. That suggests this dataset uses <code>.</code> for missing values. So then we set <code>na = "."</code>, the automatic guessing succeeds, giving us the numeric column that we want:</p>
<div class="cell">
Expand Down
12 changes: 6 additions & 6 deletions databases.html
Original file line number Diff line number Diff line change
Expand Up @@ -841,12 +841,12 @@ <h1 class="title"><span id="sec-import-databases" class="quarto-section-identifi
<span><span class="co">#&gt; # Database: DuckDB v0.9.2 [unknown@Linux 6.2.0-1018-azure:R 4.3.2/:memory:]</span></span>
<span><span class="co">#&gt; dest delay</span></span>
<span><span class="co">#&gt; &lt;chr&gt; &lt;dbl&gt;</span></span>
<span><span class="co">#&gt; 1 SFO 2.67</span></span>
<span><span class="co">#&gt; 2 GSP 15.9 </span></span>
<span><span class="co">#&gt; 3 SJU 2.52</span></span>
<span><span class="co">#&gt; 4 DCA 9.07</span></span>
<span><span class="co">#&gt; 5 SNA -7.87</span></span>
<span><span class="co">#&gt; 6 GSO 14.1 </span></span>
<span><span class="co">#&gt; 1 IAH 4.24</span></span>
<span><span class="co">#&gt; 2 ATL 11.3 </span></span>
<span><span class="co">#&gt; 3 PVD 16.2 </span></span>
<span><span class="co">#&gt; 4 MDW 12.4 </span></span>
<span><span class="co">#&gt; 5 MCO 5.45</span></span>
<span><span class="co">#&gt; 6 CLT 7.36</span></span>
<span><span class="co">#&gt; # ℹ more rows</span></span></code><button title="Copiar para a área de transferência" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>If you want to learn more about how <code>NULL</code>s work, you might enjoy “<a href="https://modern-sql.com/concept/three-valued-logic"><em>Three valued logic</em></a>” by Markus Winand.</p>
Expand Down
2 changes: 1 addition & 1 deletion datetimes.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h1 class="title"><span id="sec-dates-and-times" class="quarto-section-identifie
<div class="sourceCode" id="cb2"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://lubridate.tidyverse.org/reference/now.html">today</a></span><span class="op">(</span><span class="op">)</span></span>
<span><span class="co">#&gt; [1] "2023-12-19"</span></span>
<span><span class="fu"><a href="https://lubridate.tidyverse.org/reference/now.html">now</a></span><span class="op">(</span><span class="op">)</span></span>
<span><span class="co">#&gt; [1] "2023-12-19 19:52:19 UTC"</span></span></code><button title="Copiar para a área de transferência" class="code-copy-button"><i class="bi"></i></button></pre></div>
<span><span class="co">#&gt; [1] "2023-12-19 20:04:12 UTC"</span></span></code><button title="Copiar para a área de transferência" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<p>Otherwise, the following sections describe the four ways you’re likely to create a date/time:</p>
<ul>
Expand Down
50 changes: 25 additions & 25 deletions search.json

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,154 +2,154 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/index.html</loc>
<lastmod>2023-12-19T19:56:14.895Z</lastmod>
<lastmod>2023-12-19T20:13:05.240Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/preface-2e.html</loc>
<lastmod>2023-12-19T19:56:14.903Z</lastmod>
<lastmod>2023-12-19T20:13:05.248Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/intro.html</loc>
<lastmod>2023-12-19T19:56:14.915Z</lastmod>
<lastmod>2023-12-19T20:13:05.260Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/whole-game.html</loc>
<lastmod>2023-12-19T19:56:14.923Z</lastmod>
<lastmod>2023-12-19T20:13:05.268Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/data-visualize.html</loc>
<lastmod>2023-12-19T19:56:14.963Z</lastmod>
<lastmod>2023-12-19T20:13:05.316Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/workflow-basics.html</loc>
<lastmod>2023-12-19T19:56:14.975Z</lastmod>
<lastmod>2023-12-19T20:13:05.328Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/data-transform.html</loc>
<lastmod>2023-12-19T19:56:15.031Z</lastmod>
<lastmod>2023-12-19T20:13:05.408Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/workflow-style.html</loc>
<lastmod>2023-12-19T19:56:15.051Z</lastmod>
<lastmod>2023-12-19T20:13:05.424Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/data-tidy.html</loc>
<lastmod>2023-12-19T19:56:15.111Z</lastmod>
<lastmod>2023-12-19T20:13:05.460Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/workflow-scripts.html</loc>
<lastmod>2023-12-19T19:56:15.123Z</lastmod>
<lastmod>2023-12-19T20:13:05.476Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/data-import.html</loc>
<lastmod>2023-12-19T19:56:15.155Z</lastmod>
<lastmod>2023-12-19T20:13:05.508Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/workflow-help.html</loc>
<lastmod>2023-12-19T19:56:15.163Z</lastmod>
<lastmod>2023-12-19T20:13:05.516Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/visualize.html</loc>
<lastmod>2023-12-19T19:56:15.175Z</lastmod>
<lastmod>2023-12-19T20:13:05.520Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/layers.html</loc>
<lastmod>2023-12-19T19:56:15.219Z</lastmod>
<lastmod>2023-12-19T20:13:05.572Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/EDA.html</loc>
<lastmod>2023-12-19T19:56:15.251Z</lastmod>
<lastmod>2023-12-19T20:13:05.604Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/communication.html</loc>
<lastmod>2023-12-19T19:56:15.315Z</lastmod>
<lastmod>2023-12-19T20:13:05.672Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/transform.html</loc>
<lastmod>2023-12-19T19:56:15.319Z</lastmod>
<lastmod>2023-12-19T20:13:05.696Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/logicals.html</loc>
<lastmod>2023-12-19T19:56:15.359Z</lastmod>
<lastmod>2023-12-19T20:13:05.752Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/numbers.html</loc>
<lastmod>2023-12-19T19:56:15.415Z</lastmod>
<lastmod>2023-12-19T20:13:05.808Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/strings.html</loc>
<lastmod>2023-12-19T19:56:15.503Z</lastmod>
<lastmod>2023-12-19T20:13:05.848Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/regexps.html</loc>
<lastmod>2023-12-19T19:56:15.563Z</lastmod>
<lastmod>2023-12-19T20:13:05.900Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/factors.html</loc>
<lastmod>2023-12-19T19:56:15.599Z</lastmod>
<lastmod>2023-12-19T20:13:05.928Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/datetimes.html</loc>
<lastmod>2023-12-19T19:56:15.643Z</lastmod>
<lastmod>2023-12-19T20:13:05.972Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/missing-values.html</loc>
<lastmod>2023-12-19T19:56:15.667Z</lastmod>
<lastmod>2023-12-19T20:13:06.000Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/joins.html</loc>
<lastmod>2023-12-19T19:56:15.715Z</lastmod>
<lastmod>2023-12-19T20:13:06.044Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/import.html</loc>
<lastmod>2023-12-19T19:56:15.723Z</lastmod>
<lastmod>2023-12-19T20:13:06.056Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/spreadsheets.html</loc>
<lastmod>2023-12-19T19:56:15.755Z</lastmod>
<lastmod>2023-12-19T20:13:06.084Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/databases.html</loc>
<lastmod>2023-12-19T19:56:15.803Z</lastmod>
<lastmod>2023-12-19T20:13:06.128Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/arrow.html</loc>
<lastmod>2023-12-19T19:56:15.819Z</lastmod>
<lastmod>2023-12-19T20:13:06.148Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/rectangling.html</loc>
<lastmod>2023-12-19T19:56:15.875Z</lastmod>
<lastmod>2023-12-19T20:13:06.200Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/webscraping.html</loc>
<lastmod>2023-12-19T19:56:15.907Z</lastmod>
<lastmod>2023-12-19T20:13:06.232Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/program.html</loc>
<lastmod>2023-12-19T19:56:15.911Z</lastmod>
<lastmod>2023-12-19T20:13:06.236Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/functions.html</loc>
<lastmod>2023-12-19T19:56:15.979Z</lastmod>
<lastmod>2023-12-19T20:13:06.300Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/iteration.html</loc>
<lastmod>2023-12-19T19:56:16.051Z</lastmod>
<lastmod>2023-12-19T20:13:06.372Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/base-R.html</loc>
<lastmod>2023-12-19T19:56:16.083Z</lastmod>
<lastmod>2023-12-19T20:13:06.404Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/communicate.html</loc>
<lastmod>2023-12-19T19:56:16.091Z</lastmod>
<lastmod>2023-12-19T20:13:06.416Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/quarto.html</loc>
<lastmod>2023-12-19T19:56:16.119Z</lastmod>
<lastmod>2023-12-19T20:13:06.436Z</lastmod>
</url>
<url>
<loc>https://cienciadedatos.github.io/pt-r4ds/quarto-formats.html</loc>
<lastmod>2023-12-19T19:56:16.135Z</lastmod>
<lastmod>2023-12-19T20:13:06.456Z</lastmod>
</url>
</urlset>

0 comments on commit 0a3dec7

Please sign in to comment.