1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 21:01:45 +02:00

Built site for AMR@3.0.1.9048: e7780b6

This commit is contained in:
github-actions
2026-04-22 06:33:22 +00:00
parent 5dec3cfd25
commit fdef91486c
90 changed files with 172 additions and 148 deletions

View File

@@ -14,8 +14,8 @@ intrinsic_resistant
## Format
A [tibble](https://tibble.tidyverse.org/reference/tibble.html) with 271
905 observations and 2 variables:
A [tibble](https://tibble.tidyverse.org/reference/tibble.html) with 285
928 observations and 2 variables:
- `mo`
Microorganism ID which occurs in
@@ -64,7 +64,7 @@ repository](https://github.com/msberends/AMR/tree/main/data-raw/datasets).
``` r
intrinsic_resistant
#> # A tibble: 271,905 × 2
#> # A tibble: 285,928 × 2
#> mo ab
#> <mo> <ab>
#> 1 B_GRAMP ATM
@@ -77,5 +77,5 @@ intrinsic_resistant
#> 8 B_ANAER-POS NAL
#> 9 B_ANAER-POS PLB
#> 10 B_ANAER-POS TEM
#> # 271,895 more rows
#> # 285,918 more rows
```