mirror of
https://github.com/msberends/AMR.git
synced 2025-07-27 11:48:00 +02:00
Built site for AMR@2.1.1.9269: b8f0f64
This commit is contained in:
@ -30,7 +30,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.9268</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9269</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">
|
||||
@ -91,7 +91,7 @@
|
||||
website update since they are based on randomly created values and the
|
||||
page was written in <a href="https://rmarkdown.rstudio.com/" class="external-link">R
|
||||
Markdown</a>. However, the methodology remains unchanged. This page was
|
||||
generated on 01 May 2025.</p>
|
||||
generated on 02 May 2025.</p>
|
||||
<div class="section level2">
|
||||
<h2 id="introduction">Introduction<a class="anchor" aria-label="anchor" href="#introduction"></a>
|
||||
</h2>
|
||||
@ -147,21 +147,21 @@ make the structure of your data generally look like this:</p>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="center">2025-05-01</td>
|
||||
<td align="center">2025-05-02</td>
|
||||
<td align="center">abcd</td>
|
||||
<td align="center">Escherichia coli</td>
|
||||
<td align="center">S</td>
|
||||
<td align="center">S</td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="center">2025-05-01</td>
|
||||
<td align="center">2025-05-02</td>
|
||||
<td align="center">abcd</td>
|
||||
<td align="center">Escherichia coli</td>
|
||||
<td align="center">S</td>
|
||||
<td align="center">R</td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="center">2025-05-01</td>
|
||||
<td align="center">2025-05-02</td>
|
||||
<td align="center">efgh</td>
|
||||
<td align="center">Escherichia coli</td>
|
||||
<td align="center">R</td>
|
||||
@ -817,9 +817,10 @@ prints in the right format when using Quarto or R Markdown (such as this
|
||||
page), and even applies italics for taxonomic names (by using
|
||||
<code><a href="../reference/italicise_taxonomy.html">italicise_taxonomy()</a></code> internally).</p>
|
||||
<p>It also uses the language of your OS if this is either English,
|
||||
Chinese, Czech, Danish, Dutch, Finnish, French, German, Greek, Italian,
|
||||
Japanese, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish,
|
||||
Swedish, Turkish, or Ukrainian. In this next example, we force the
|
||||
Arabic, Bengali, Chinese, Czech, Danish, Dutch, Finnish, French, German,
|
||||
Greek, Hindi, Indonesian, Italian, Japanese, Norwegian, Polish,
|
||||
Portuguese, Romanian, Russian, Spanish, Swahili, Swedish, Turkish,
|
||||
Ukrainian, Urdu, or Vietnamese. In this next example, we force the
|
||||
language to be Spanish using the <code>language</code> argument:</p>
|
||||
<div class="sourceCode" id="cb17"><pre class="downlit sourceCode r">
|
||||
<code class="sourceCode R"><span><span class="fu"><a href="../reference/antibiogram.html">antibiogram</a></span><span class="op">(</span><span class="va">example_isolates</span>,</span>
|
||||
|
Reference in New Issue
Block a user