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

Built site for AMR@2.1.1.9232: 63099cd

This commit is contained in:
github-actions
2025-03-31 09:01:28 +00:00
parent 3545229978
commit d91fe18ca5
93 changed files with 483 additions and 469 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="">2.1.1.9231</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9232</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,27 +75,27 @@
<dl><dt id="arg-atc-code">atc_code<a class="anchor" aria-label="anchor" href="#arg-atc-code"></a></dt>
<dd><p>a <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> (vector) with ATC code(s) of antimicrobials, will be coerced with <code><a href="as.ab.html">as.ab()</a></code> and <code><a href="ab_property.html">ab_atc()</a></code> internally if not a valid ATC code</p></dd>
<dd><p>A <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> (vector) with ATC code(s) of antimicrobials, will be coerced with <code><a href="as.ab.html">as.ab()</a></code> and <code><a href="ab_property.html">ab_atc()</a></code> internally if not a valid ATC code</p></dd>
<dt id="arg-property">property<a class="anchor" aria-label="anchor" href="#arg-property"></a></dt>
<dd><p>property of an ATC code. Valid values are <code>"ATC"</code>, <code>"Name"</code>, <code>"DDD"</code>, <code>"U"</code> (<code>"unit"</code>), <code>"Adm.R"</code>, <code>"Note"</code> and <code>groups</code>. For this last option, all hierarchical groups of an ATC code will be returned, see <em>Examples</em>.</p></dd>
<dd><p>Property of an ATC code. Valid values are <code>"ATC"</code>, <code>"Name"</code>, <code>"DDD"</code>, <code>"U"</code> (<code>"unit"</code>), <code>"Adm.R"</code>, <code>"Note"</code> and <code>groups</code>. For this last option, all hierarchical groups of an ATC code will be returned, see <em>Examples</em>.</p></dd>
<dt id="arg-administration">administration<a class="anchor" aria-label="anchor" href="#arg-administration"></a></dt>
<dd><p>type of administration when using <code>property = "Adm.R"</code>, see <em>Details</em></p></dd>
<dd><p>Type of administration when using <code>property = "Adm.R"</code>, see <em>Details</em></p></dd>
<dt id="arg-url">url<a class="anchor" aria-label="anchor" href="#arg-url"></a></dt>
<dd><p>url of website of the WHOCC. The sign <code>%s</code> can be used as a placeholder for ATC codes.</p></dd>
<dd><p>URL of website of the WHOCC. The sign <code>%s</code> can be used as a placeholder for ATC codes.</p></dd>
<dt id="arg-url-vet">url_vet<a class="anchor" aria-label="anchor" href="#arg-url-vet"></a></dt>
<dd><p>url of website of the WHOCC for veterinary medicine. The sign <code>%s</code> can be used as a placeholder for ATC_vet codes (that all start with "Q").</p></dd>
<dd><p>URL of website of the WHOCC for veterinary medicine. The sign <code>%s</code> can be used as a placeholder for ATC_vet codes (that all start with "Q").</p></dd>
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
<dd><p>arguments to pass on to <code>atc_property</code></p></dd>
<dd><p>Arguments to pass on to <code>atc_property</code></p></dd>
</dl></div>
<div class="section level2">