mirror of
https://github.com/msberends/AMR.git
synced 2026-04-28 13:43:56 +02:00
Add add_if_missing parameter to control NA handling in interpretive rules (#264)
This commit is contained in:
@@ -52,7 +52,7 @@ av_property(x, property = "name", language = get_AMR_locale(), ...)
|
||||
|
||||
\item{open}{Browse the URL using \code{\link[utils:browseURL]{utils::browseURL()}}.}
|
||||
|
||||
\item{property}{One of the column names of one of the \link{antivirals} data set: \code{vector_or(colnames(antivirals), sort = FALSE)}.}
|
||||
\item{property}{One of the column names of one of the \link{antivirals} data set: \code{"av"}, \code{"name"}, \code{"atc"}, \code{"cid"}, \code{"atc_group"}, \code{"synonyms"}, \code{"oral_ddd"}, \code{"oral_units"}, \code{"iv_ddd"}, \code{"iv_units"}, or \code{"loinc"}.}
|
||||
}
|
||||
\value{
|
||||
\itemize{
|
||||
|
||||
Reference in New Issue
Block a user