updated docs
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-03-31 14:37:28 +02:00
commit f73af16ae1
No known key found for this signature in database
10 changed files with 69 additions and 17 deletions

View file

@ -91,7 +91,7 @@ merge_long <- function(list, model.names) {
setNames(d, gsub("_[0-9]{,}$", "", names(d)))
}) |>
dplyr::bind_rows() |>
dplyr::mutate(model = as_factor(model))
dplyr::mutate(model = REDCapCAST::as_factor(model))
l_merged$table_body <- df_body_long