1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-29 22:55:56 +02:00

Built site for AMR@3.0.1.9040: 9c95aa4

This commit is contained in:
github-actions
2026-03-24 12:34:17 +00:00
parent 330f1a9dfe
commit d55d073ae9
109 changed files with 762 additions and 777 deletions

View File

@@ -78,9 +78,9 @@ resistance_data <- example_isolates %>%
order, genus, AMC, CXM, CTX,
CAZ, GEN, TOB, TMP, SXT
) # and select only relevant columns
#> `?resistance()` assumes the EUCAST guideline and thus considers the 'I'
#> `resistance()` assumes the EUCAST guideline and thus considers the 'I'
#> category susceptible. Set the `guideline` argument or the `AMR_guideline`
#> option to either "CLSI" or "EUCAST", see AMR-options.
#> option to either "CLSI" or "EUCAST", see `?AMR-options`.
#> This message will be shown once per session.
head(resistance_data)