This is used to convert an object containing bbi_{.model_type}_summary objects into a bbi_summary_list. Currently it is only used for converting a bbi_summary_log_df into a bbi_summary_list (primarily so that it can more easily be mapped over), but theoretically it could be used for other purposes in the future. Note this is primarily intended as a developer function, though it was exposed because users may have a use for it as well.

as_summary_list(.sums)

# S3 method for bbi_summary_log_df
as_summary_list(.sums)

Arguments

.sums

Object to convert.

Methods (by class)

  • as_summary_list(bbi_summary_log_df): Convert a bbi_summary_log_df into a bbi_summary_list