1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 21:41:58 +02:00

update prevalence with new phyla

This commit is contained in:
2022-12-09 13:37:08 +01:00
parent ac55aa84de
commit 56dad34e68
19 changed files with 15708 additions and 15695 deletions

View File

@ -84,9 +84,11 @@
#' set_AMR_locale("Deutsch")
#' set_AMR_locale("German")
#' set_AMR_locale("de")
#' ab_name("amoxi/clav")
#'
#' # reset to system default
#' reset_AMR_locale()
#' ab_name("amoxi/clav")
get_AMR_locale <- function() {
if (!is.null(getOption("AMR_locale", default = NULL))) {
return(validate_language(getOption("AMR_locale"), extra_txt = "set with `options(AMR_locale = ...)`"))