mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 00:02:38 +02:00
WHONET fix
This commit is contained in:
@ -138,6 +138,7 @@ On our website \url{https://msberends.gitlab.io/AMR} you can find \href{https://
|
||||
|
||||
\examples{
|
||||
# These examples all return "B_STPHY_AUR", the ID of S. aureus:
|
||||
as.mo("sau") # WHONET code
|
||||
as.mo("stau")
|
||||
as.mo("STAU")
|
||||
as.mo("staaur")
|
||||
|
@ -32,15 +32,15 @@ mo_species(x, language = get_locale(), ...)
|
||||
|
||||
mo_genus(x, language = get_locale(), ...)
|
||||
|
||||
mo_family(x, ...)
|
||||
mo_family(x, language = get_locale(), ...)
|
||||
|
||||
mo_order(x, ...)
|
||||
mo_order(x, language = get_locale(), ...)
|
||||
|
||||
mo_class(x, ...)
|
||||
mo_class(x, language = get_locale(), ...)
|
||||
|
||||
mo_phylum(x, ...)
|
||||
mo_phylum(x, language = get_locale(), ...)
|
||||
|
||||
mo_kingdom(x, ...)
|
||||
mo_kingdom(x, language = get_locale(), ...)
|
||||
|
||||
mo_type(x, language = get_locale(), ...)
|
||||
|
||||
@ -54,7 +54,7 @@ mo_year(x, ...)
|
||||
|
||||
mo_rank(x, ...)
|
||||
|
||||
mo_taxonomy(x, ...)
|
||||
mo_taxonomy(x, language = get_locale(), ...)
|
||||
|
||||
mo_url(x, open = FALSE, ...)
|
||||
|
||||
|
Reference in New Issue
Block a user