1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 13:07:54 +02:00

Built site for AMR@3.0.0.9008: d94bdd2

This commit is contained in:
github-actions
2025-07-17 15:16:31 +00:00
parent 07bc8c2004
commit 758fc341e8
93 changed files with 209 additions and 204 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.0.9004</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.0.9008</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">
@ -75,7 +75,7 @@
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
<dd><p>Variables to select. Supports <a href="https://tidyselect.r-lib.org/reference/language.html" class="external-link">tidyselect language</a> (such as <code>column1:column4</code> and <code>where(is.mic)</code>), and can thus also be <a href="antimicrobial_selectors.html">antimicrobial selectors</a>.</p></dd>
<dd><p>Variables to select. Supports <a href="https://tidyselect.r-lib.org/reference/starts_with.html" class="external-link">tidyselect language</a> such as <code>where(is.mic)</code>, <code>starts_with(...)</code>, or <code>column1:column4</code>, and can thus also be <a href="antimicrobial_selectors.html">antimicrobial selectors</a>.</p></dd>
<dt id="arg-combine-si">combine_SI<a class="anchor" aria-label="anchor" href="#arg-combine-si"></a></dt>