1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-30 01:36:10 +02:00

Built site for AMR@3.0.1.9037: 3d1412e

This commit is contained in:
github-actions
2026-03-22 19:55:49 +00:00
parent 3560dfd611
commit c95646d39c
120 changed files with 617 additions and 675 deletions

View File

@@ -85,7 +85,7 @@ to add custom microorganisms.
# \donttest{
# returns a wildly guessed result:
as.ab("testab")
#> Class 'ab'
#> Class <ab>
#> [1] THA
# now add a custom entry - it will be considered by as.ab() and
@@ -103,7 +103,7 @@ add_custom_antimicrobials(
# "testab" is now a new antibiotic:
as.ab("testab")
#> Class 'ab'
#> Class <ab>
#> [1] TESTAB
ab_name("testab")
#> [1] "Test Antibiotic"
@@ -185,7 +185,7 @@ x
#> random_column coflu ampicillin
#> 1 some value S R
x[, betalactams()]
#> For `betalactams()` using columns 'coflu' (co-fluampicil) and 'ampicillin'
#> For `?betalactams()` using columns coflu (co-fluampicil) and ampicillin
#> coflu ampicillin
#> 1 S R
# }