mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 21:01:54 +02:00
(v0.8.0.9009) unit test
This commit is contained in:
@ -60,6 +60,7 @@ age_groups(ages, "children")
|
||||
# same:
|
||||
age_groups(ages, c(1, 2, 4, 6, 13, 17))
|
||||
|
||||
\dontrun{
|
||||
# resistance of ciprofloxacine per age group
|
||||
library(dplyr)
|
||||
example_isolates \%>\%
|
||||
@ -69,6 +70,7 @@ example_isolates \%>\%
|
||||
select(age_group, CIP) \%>\%
|
||||
ggplot_rsi(x = "age_group")
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
To determine ages, based on one or more reference dates, use the \code{\link{age}} function.
|
||||
}
|
||||
|
Reference in New Issue
Block a user