1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-18 02:04:42 +02:00
This commit is contained in:
2022-09-27 12:16:39 +02:00
parent aa66632934
commit 626757646b
8 changed files with 92 additions and 57 deletions

View File

@ -15,6 +15,7 @@
\alias{mo_kingdom}
\alias{mo_domain}
\alias{mo_type}
\alias{mo_status}
\alias{mo_gramstain}
\alias{mo_is_gram_negative}
\alias{mo_is_gram_positive}
@ -124,6 +125,13 @@ mo_type(
...
)
mo_status(
x,
language = get_AMR_locale(),
keep_synonyms = getOption("AMR_keep_synonyms", TRUE),
...
)
mo_gramstain(
x,
language = get_AMR_locale(),