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

WHONET fix

This commit is contained in:
2019-03-09 08:21:00 +01:00
parent 0c0c6e289b
commit b319b89750
10 changed files with 80 additions and 68 deletions

View File

@ -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")

View File

@ -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, ...)