Skip to content

Commit d0b4c81

Browse files
committed
minor updates
1 parent 72439e1 commit d0b4c81

30 files changed

+1827
-86
lines changed

_book/cdm_reference.html

+89-70
Large diffs are not rendered by default.

_book/exploring_the_cdm.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h1 class="title"><span class="chapter-number">6</span>&nbsp; <span class="chapt
272272
</header>
273273

274274

275-
<p>For this chapter, lets again use the synthetic Covid-19 dataset.</p>
275+
<p>For this chapter, we’ll use a synthetic Covid-19 dataset.</p>
276276
<div class="cell">
277277
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(DBI)</span>
278278
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(dbplyr)</span>
@@ -323,7 +323,7 @@ <h2 data-number="6.1" class="anchored" data-anchor-id="counting-people"><span cl
323323
<span id="cb10-2"><a href="#cb10-2" aria-hidden="true" tabindex="-1"></a> <span class="fu">count</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
324324
<div class="cell-output cell-output-stdout">
325325
<pre><code># Source: SQL [?? x 1]
326-
# Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\Rtmpu2l2kh\file9464432311c8.duckdb]
326+
# Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\RtmpuKHshJ\file655059e45234.duckdb]
327327
n
328328
&lt;dbl&gt;
329329
1 10754</code></pre>
@@ -366,7 +366,7 @@ <h2 data-number="6.1" class="anchored" data-anchor-id="counting-people"><span cl
366366
<div class="cell-output cell-output-stdout">
367367
<pre><code>Rows: ??
368368
Columns: 10
369-
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\Rtmpu2l2kh\file9464432311c8.duckdb]
369+
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\RtmpuKHshJ\file655059e45234.duckdb]
370370
$ concept_id &lt;int&gt; 45756805, 45756804, 45756803, 45756802, 45756801, 457…
371371
$ concept_name &lt;chr&gt; "Pediatric Cardiology", "Pediatric Anesthesiology", "…
372372
$ domain_id &lt;chr&gt; "Provider", "Provider", "Provider", "Provider", "Prov…
@@ -386,7 +386,7 @@ <h2 data-number="6.1" class="anchored" data-anchor-id="counting-people"><span cl
386386
<div class="cell-output cell-output-stdout">
387387
<pre><code>Rows: ??
388388
Columns: 6
389-
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\Rtmpu2l2kh\file9464432311c8.duckdb]
389+
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\RtmpuKHshJ\file655059e45234.duckdb]
390390
$ concept_id_1 &lt;int&gt; 35804314, 35804314, 35804314, 35804327, 35804327, 358…
391391
$ concept_id_2 &lt;int&gt; 912065, 42542145, 42542145, 35803584, 42542145, 42542…
392392
$ relationship_id &lt;chr&gt; "Has modality", "Has accepted use", "Is current in", …
@@ -399,7 +399,7 @@ <h2 data-number="6.1" class="anchored" data-anchor-id="counting-people"><span cl
399399
<div class="cell-output cell-output-stdout">
400400
<pre><code>Rows: ??
401401
Columns: 4
402-
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\Rtmpu2l2kh\file9464432311c8.duckdb]
402+
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\RtmpuKHshJ\file655059e45234.duckdb]
403403
$ ancestor_concept_id &lt;int&gt; 375415, 727760, 735979, 438112, 529411, 14196…
404404
$ descendant_concept_id &lt;int&gt; 4335743, 2056453, 41070383, 36566114, 4326940…
405405
$ min_levels_of_separation &lt;int&gt; 4, 1, 3, 2, 3, 3, 4, 3, 2, 5, 1, 3, 4, 2, 2, …
@@ -501,7 +501,7 @@ <h2 data-number="6.3" class="anchored" data-anchor-id="summarising-clinical-reco
501501
<div class="cell-output cell-output-stdout">
502502
<pre><code>Rows: ??
503503
Columns: 6
504-
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\Rtmpu2l2kh\file9464432311c8.duckdb]
504+
Database: DuckDB v1.1.3 [eburn@Windows 10 x64:R 4.4.0/C:\Users\eburn\AppData\Local\Temp\RtmpuKHshJ\file655059e45234.duckdb]
505505
$ min_year_of_birth &lt;int&gt; 1923
506506
$ q05_year_of_birth &lt;dbl&gt; 1927
507507
$ mean_year_of_birth &lt;dbl&gt; 1971
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

_book/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99
<meta name="author" content="Edward Burn, Adam Black, Berta Raventós, Yuchen Guo, Mike Du, Kim López-Güell, Núria Mercadé-Besora, Martí Català">
10-
<meta name="dcterms.date" content="2025-01-11">
10+
<meta name="dcterms.date" content="2025-01-13">
1111

1212
<title>Tidy R programming with databases: applications with the OMOP common data model</title>
1313
<style>
@@ -244,7 +244,7 @@ <h1 class="title">Tidy R programming with databases: applications with the OMOP
244244
<div>
245245
<div class="quarto-title-meta-heading">Published</div>
246246
<div class="quarto-title-meta-contents">
247-
<p class="date">January 11, 2025</p>
247+
<p class="date">January 13, 2025</p>
248248
</div>
249249
</div>
250250

_book/search.json

+6-6
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)