1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 11:48:00 +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">
@ -73,19 +73,19 @@
<dl><dt id="arg-x">x<a class="anchor" aria-label="anchor" href="#arg-x"></a></dt>
<dd><p>existing data set to join, or <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> vector. In case of a <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> vector, the resulting <a href="https://rdrr.io/r/base/data.frame.html" class="external-link">data.frame</a> will contain a column 'x' with these values.</p></dd>
<dd><p>Existing data set to join, or <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> vector. In case of a <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> vector, the resulting <a href="https://rdrr.io/r/base/data.frame.html" class="external-link">data.frame</a> will contain a column 'x' with these values.</p></dd>
<dt id="arg-by">by<a class="anchor" aria-label="anchor" href="#arg-by"></a></dt>
<dd><p>a variable to join by - if left empty will search for a column with class <code><a href="as.mo.html">mo</a></code> (created with <code><a href="as.mo.html">as.mo()</a></code>) or will be <code>"mo"</code> if that column name exists in <code>x</code>, could otherwise be a column name of <code>x</code> with values that exist in <code>microorganisms$mo</code> (such as <code>by = "bacteria_id"</code>), or another column in <a href="microorganisms.html">microorganisms</a> (but then it should be named, like <code>by = c("bacteria_id" = "fullname")</code>)</p></dd>
<dd><p>A variable to join by - if left empty will search for a column with class <code><a href="as.mo.html">mo</a></code> (created with <code><a href="as.mo.html">as.mo()</a></code>) or will be <code>"mo"</code> if that column name exists in <code>x</code>, could otherwise be a column name of <code>x</code> with values that exist in <code>microorganisms$mo</code> (such as <code>by = "bacteria_id"</code>), or another column in <a href="microorganisms.html">microorganisms</a> (but then it should be named, like <code>by = c("bacteria_id" = "fullname")</code>)</p></dd>
<dt id="arg-suffix">suffix<a class="anchor" aria-label="anchor" href="#arg-suffix"></a></dt>
<dd><p>if there are non-joined duplicate variables in <code>x</code> and <code>y</code>, these suffixes will be added to the output to disambiguate them. Should be a <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> vector of length 2.</p></dd>
<dd><p>If there are non-joined duplicate variables in <code>x</code> and <code>y</code>, these suffixes will be added to the output to disambiguate them. Should be a <a href="https://rdrr.io/r/base/character.html" class="external-link">character</a> vector of length 2.</p></dd>
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
<dd><p>ignored, only in place to allow future extensions</p></dd>
<dd><p>Ignored, only in place to allow future extensions</p></dd>
</dl></div>
<div class="section level2">