mirror of
https://github.com/msberends/AMR.git
synced 2025-07-27 11:48:00 +02:00
Built site for AMR@2.1.1.9233: 1fdab84
This commit is contained in:
@ -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.9232</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9233</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">
|
||||
@ -77,7 +77,7 @@
|
||||
|
||||
|
||||
<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>
|
||||
@ -85,7 +85,7 @@
|
||||
|
||||
|
||||
<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">
|
||||
|
Reference in New Issue
Block a user