mirror of
https://github.com/msberends/AMR.git
synced 2026-02-09 23:52:57 +01:00
fix for binding rows
This commit is contained in:
2
R/sir.R
2
R/sir.R
@@ -998,7 +998,7 @@ as_sir_method <- function(method_short,
|
||||
}
|
||||
|
||||
# write to verbose output
|
||||
AMR_env$sir_interpretation_history <- pm_bind_rows(
|
||||
AMR_env$sir_interpretation_history <- rbind2(
|
||||
AMR_env$sir_interpretation_history,
|
||||
# recycling 1 to 2 rows does not seem to work, which is why rep() was added
|
||||
data.frame(
|
||||
|
||||
Reference in New Issue
Block a user