mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 02:32:07 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@ -4,15 +4,9 @@
|
||||
\alias{av_from_text}
|
||||
\title{Retrieve Antiviral Drug Names and Doses from Clinical Text}
|
||||
\usage{
|
||||
av_from_text(
|
||||
text,
|
||||
type = c("drug", "dose", "administration"),
|
||||
collapse = NULL,
|
||||
translate_av = FALSE,
|
||||
thorough_search = NULL,
|
||||
info = interactive(),
|
||||
...
|
||||
)
|
||||
av_from_text(text, type = c("drug", "dose", "administration"),
|
||||
collapse = NULL, translate_av = FALSE, thorough_search = NULL,
|
||||
info = interactive(), ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{text}{text to analyse}
|
||||
|
Reference in New Issue
Block a user