Skip to contents

Create the plausibility table for Nutrition and Mortality

Usage

create_plaus_table_nut_mort(.flextable)

Arguments

.flextable

A flextable format of the return value of create_mortality_plaus and create_nut_plaus

Value

a Flextable of the Mortality and Nut plausibility report

Examples

if (FALSE) { # \dontrun{
  create_plaus_table_nut_mort(mort_or_nut_flextable)
} # }