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

Built site for AMR@3.0.1.9050: 19157ce

This commit is contained in:
github-actions
2026-04-24 22:45:21 +00:00
parent fdef91486c
commit cc4e9bab4b
87 changed files with 171 additions and 128 deletions

View File

@@ -660,10 +660,10 @@ sir_interpretation_history()
#> # A tibble: 4 × 18
#> datetime index method ab_given mo_given host_given input_given
#> <dttm> <int> <chr> <chr> <chr> <chr> <chr>
#> 1 2026-04-22 06:29:20 1 MIC amoxicillin Escherich… human 8
#> 2 2026-04-22 06:29:21 1 MIC cipro Escherich… human 0.256
#> 3 2026-04-22 06:29:21 1 DISK tobra Escherich… human 16
#> 4 2026-04-22 06:29:21 1 DISK genta Escherich… human 18
#> 1 2026-04-24 22:41:17 1 MIC amoxicillin Escherich… human 8
#> 2 2026-04-24 22:41:17 1 MIC cipro Escherich… human 0.256
#> 3 2026-04-24 22:41:18 1 DISK tobra Escherich… human 16
#> 4 2026-04-24 22:41:18 1 DISK genta Escherich… human 18
#> # 11 more variables: ab <ab>, mo <mo>, host <chr>, input <chr>,
#> # outcome <sir>, notes <chr>, guideline <chr>, ref_table <chr>, uti <lgl>,
#> # breakpoint_S_R <chr>, site <chr>
@@ -676,7 +676,7 @@ as.sir(df_wide, parallel = TRUE, info = TRUE)
#>
#> Processing columns:
#>
#> ­ONE
#> DONE
#>
#> Run `sir_interpretation_history()` to retrieve a logbook with all details of
#> the breakpoint interpretations.