1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-19 21:43:12 +02:00

Built site for AMR: 1.8.2.9023@85e2fbe

This commit is contained in:
github-actions
2022-10-19 09:58:58 +00:00
parent 205bfb053c
commit e2e3fa9184
91 changed files with 598 additions and 596 deletions

View File

@ -12,7 +12,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="">1.8.2.9022</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">1.8.2.9023</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">
@ -250,7 +250,7 @@
<dt>include_untested_rsi</dt>
<dd><p>a <a href="https://rdrr.io/r/base/logical.html" class="external-link">logical</a> to indicate whether also rows without antibiotic results are still eligible for becoming a first isolate. Use <code>include_untested_rsi = FALSE</code> to always return <code>FALSE</code> for such rows. This checks the data set for columns of class <code>&lt;rsi&gt;</code> and consequently requires transforming columns with antibiotic results using <code><a href="as.rsi.html">as.rsi()</a></code> first.</p></dd>
<dd><p>a <a href="https://rdrr.io/r/base/logical.html" class="external-link">logical</a> to indicate whether also rows without antibiotic results are still eligible for becoming a first isolate. Use <code>include_untested_rsi = FALSE</code> to always return <code>FALSE</code> for such rows. This checks the data set for columns of class <code>rsi</code> and consequently requires transforming columns with antibiotic results using <code><a href="as.rsi.html">as.rsi()</a></code> first.</p></dd>
<dt>...</dt>