1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-09 07:53:02 +01:00

Built site for AMR@3.0.1.9012: fa827f2

This commit is contained in:
github-actions
2026-01-07 10:08:49 +00:00
parent 46858ec0a2
commit 70d4d19168
92 changed files with 136 additions and 136 deletions

View File

@@ -103,7 +103,7 @@ set_AMR_locale("Dutch")
ab_name("Ciprofloxacin")
#> [1] "Ciprofloxacin"
mo_name("Coagulase-negative Staphylococcus (CoNS)")
#> [1] "Coagulase-negatieve Staphylococcus (CoNS)"
#> [1] "Coagulase-negatieve Staphylococcus (CNS)"
# 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 (CoNS)"
#> [1] "Koagulase-negative Staphylococcus (KNS)"
# 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/clavulanic acid"
# reset to system default
reset_AMR_locale()