R/cohort_methods.R
sum_up.Rd
Sum up Cohort state.
sum_up(x, to_string = FALSE)
Cohort object.
If `TRUE`, return the output as a character string instead of printing it. Defaults to `FALSE`.
When `to_string = FALSE` (default), `invisible(NULL)` (prints to console). When `to_string = TRUE`, a single character string.
cohort-methods