1
0
mirror of https://github.com/msberends/AMR.git synced 2026-01-12 03:14:37 +01:00

Built site for AMR@3.0.1.9008: 9d1b456

This commit is contained in:
github-actions
2026-01-06 22:21:25 +00:00
parent 01880ee020
commit 46858ec0a2
114 changed files with 478 additions and 358 deletions

View File

@@ -101,9 +101,9 @@ mo_name("Coagulase-negative Staphylococcus (CoNS)")
set_AMR_locale("Dutch")
#> Using Dutch (Nederlands) for the AMR package for this session.
ab_name("Ciprofloxacin")
#> [1] "Ciprofloxacine"
#> [1] "Ciprofloxacin"
mo_name("Coagulase-negative Staphylococcus (CoNS)")
#> [1] "Coagulase-negatieve Staphylococcus (CNS)"
#> [1] "Coagulase-negatieve Staphylococcus (CoNS)"
# setting yet another language
set_AMR_locale("German")
@@ -111,7 +111,7 @@ set_AMR_locale("German")
ab_name("Ciprofloxacin")
#> [1] "Ciprofloxacin"
mo_name("Coagulase-negative Staphylococcus (CoNS)")
#> [1] "Koagulase-negative Staphylococcus (KNS)"
#> [1] "Koagulase-negative Staphylococcus (CoNS)"
# set_AMR_locale() understands endonyms, English exonyms, and ISO 639-1:
set_AMR_locale("Deutsch")
@@ -121,7 +121,7 @@ set_AMR_locale("German")
set_AMR_locale("de")
#> Using German (Deutsch) for the AMR package for this session.
ab_name("amox/clav")
#> [1] "Amoxicillin/Clavulansäure"
#> [1] "Amoxicillin Clavulansäure"
# reset to system default
reset_AMR_locale()