1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 20:21:47 +02:00

Built site for AMR@3.0.1.9048: e7780b6

This commit is contained in:
github-actions
2026-04-22 06:33:22 +00:00
parent 5dec3cfd25
commit fdef91486c
90 changed files with 172 additions and 148 deletions

View File

@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">AMR (for R)</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9047</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9048</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@@ -60,7 +60,7 @@
<div class="section level2">
<h2 id="format">Format<a class="anchor" aria-label="anchor" href="#format"></a></h2>
<p>A <a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble</a> with 271 905 observations and 2 variables:</p><ul><li><p><code>mo</code><br> Microorganism ID which occurs in <code><a href="microorganisms.html">microorganisms$mo</a></code>. Names can be retrieved using <code><a href="mo_property.html">mo_name()</a></code>.</p></li>
<p>A <a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble</a> with 285 928 observations and 2 variables:</p><ul><li><p><code>mo</code><br> Microorganism ID which occurs in <code><a href="microorganisms.html">microorganisms$mo</a></code>. Names can be retrieved using <code><a href="mo_property.html">mo_name()</a></code>.</p></li>
<li><p><code>ab</code><br> Antimicrobial ID which occurs in <code><a href="antimicrobials.html">antimicrobials$ab</a></code>. Names can be retrieved using <code><a href="ab_property.html">ab_name()</a></code>.</p></li>
</ul></div>
<div class="section level2">
@@ -81,7 +81,7 @@
<div class="section level2">
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="va">intrinsic_resistant</span></span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #949494;"># A tibble: 271,905 × 2</span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #949494;"># A tibble: 285,928 × 2</span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> mo ab </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #949494; font-style: italic;">&lt;mo&gt;</span> <span style="color: #949494; font-style: italic;">&lt;ab&gt;</span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #BCBCBC;"> 1</span> <span style="color: #949494;">B_</span>GRAMP ATM </span>
@@ -94,7 +94,7 @@
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #BCBCBC;"> 8</span> <span style="color: #949494;">B_</span>ANAER-POS NAL </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #BCBCBC;"> 9</span> <span style="color: #949494;">B_</span>ANAER-POS PLB </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #BCBCBC;">10</span> <span style="color: #949494;">B_</span>ANAER-POS TEM </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #949494;"># 271,895 more rows</span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> <span style="color: #949494;"># 285,918 more rows</span></span>
</code></pre></div>
</div>
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>