mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 19:41:49 +02:00
mdro fix
This commit is contained in:
@ -22,8 +22,8 @@ On our website \url{https://msberends.gitlab.io/AMR} you can find \href{https://
|
||||
}
|
||||
|
||||
\examples{
|
||||
as.atc("meropenem")
|
||||
atc_name("J01DH02")
|
||||
as.ab("meropenem")
|
||||
ab_name("J01DH02")
|
||||
|
||||
atc_tradenames("flucloxacillin")
|
||||
ab_tradenames("flucloxacillin")
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ Strings will be translated to foreign languages if they are defined in a local t
|
||||
|
||||
\code{system.file("translations.tsv", package = "AMR")}
|
||||
|
||||
This file will be read by all functions where a translated output can be desired, like all \code{\link{mo_property}} functions (\code{\link{mo_fullname}}, \code{\link{mo_type}}, etc.). Please suggest your own translations \href{https://gitlab.com/msberends/AMR/issues/new?issue[title]=Translation suggestion}{by creating a new issue on our repository}.
|
||||
This file will be read by all functions where a translated output can be desired, like all \code{\link{mo_property}} functions (\code{\link{mo_fullname}}, \code{\link{mo_type}}, etc.). Please suggest your own translations \href{https://gitlab.com/msberends/AMR/issues/new?issue[title]=Translation\%20suggestion}{by creating a new issue on our repository}.
|
||||
|
||||
The system language will be used at default, if supported, using \code{\link{get_locale}}. The system language can be overwritten with \code{\link{getOption}("AMR_locale")}.
|
||||
}
|
||||
|
Reference in New Issue
Block a user