1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:02:19 +02:00

(v1.5.0.9002) doc update

This commit is contained in:
2021-01-14 15:51:41 +01:00
parent bc00470dca
commit 6745f3fb17
17 changed files with 21 additions and 18 deletions

View File

@ -33,6 +33,7 @@ globalVariables(c(".rowid",
"atc_group2",
"code",
"data",
"dosage",
"dose",
"dose_times",
"fullname",

View File

@ -28,7 +28,7 @@
#' This function will paste the microorganism code with all antimicrobial results into one string for each row in a data set. This is useful to compare isolates, e.g. between institutions or regions, when there is no genotyping available.
#' @inheritSection lifecycle Maturing lifecycle
#' @inheritParams eucast_rules
#' @param cols_ab a character vector of column names of `x`, or (a combination with) an [antibiotic selector function]([ab_class()]), such as [carbapenems()] and [aminoglysides()]
#' @param cols_ab a character vector of column names of `x`, or (a combination with) an [antibiotic selector function]([ab_class()]), such as [carbapenems()] and [aminoglycosides()]
#' @export
#' @inheritSection AMR Read more on our website!
#' @examples