1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 13:01:58 +02:00

fix documentation

This commit is contained in:
2023-03-16 08:55:37 +01:00
parent dd7cc86485
commit c28cfa3a77
11 changed files with 27 additions and 16 deletions

View File

@ -59,16 +59,15 @@ AMR_env$sir_interpretation_history <- data.frame(
datetime = Sys.time()[0],
index = integer(0),
ab_input = character(0),
ab_considered = character(0),
ab_guideline = set_clean_class(character(0), c("ab", "character")),
mo_input = character(0),
mo_considered = character(0),
mo_guideline = set_clean_class(character(0), c("mo", "character")),
guideline = character(0),
ref_table = character(0),
method = character(0),
breakpoint_S = double(0),
breakpoint_R = double(0),
input = double(0),
interpretation = character(0),
outcome = NA_sir_[0],
breakpoint_S_R = character(0),
stringsAsFactors = FALSE
)
AMR_env$custom_ab_codes <- character(0)