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:
@ -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 = ...)`"))
|
||||
|
Reference in New Issue
Block a user