mirror of
https://github.com/msberends/AMR.git
synced 2026-06-24 05:36:19 +02:00
(v3.0.1.9059) Fix WISCA in vignette
This commit is contained in:
@@ -4,9 +4,15 @@
|
||||
\alias{ab_from_text}
|
||||
\title{Retrieve Antimicrobial Drug Names and Doses from Clinical Text}
|
||||
\usage{
|
||||
ab_from_text(text, type = c("drug", "dose", "administration"),
|
||||
collapse = NULL, translate_ab = FALSE, thorough_search = NULL,
|
||||
info = interactive(), ...)
|
||||
ab_from_text(
|
||||
text,
|
||||
type = c("drug", "dose", "administration"),
|
||||
collapse = NULL,
|
||||
translate_ab = FALSE,
|
||||
thorough_search = NULL,
|
||||
info = interactive(),
|
||||
...
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{text}{Text to analyse.}
|
||||
|
||||
Reference in New Issue
Block a user