Skip to contents

Make diet comparison summary table (percent change)

Usage

prep_diet_comparison_percent(
  data_dietsummary,
  dref_foodgroup = noreden::foodname_group
)

Arguments

data_dietsummary

a dataframe that contains x,y,z

dref_foodgroup

a reference dataframe to provide food group information

Value

a list of items (pending description)

Examples

ddd <- prep_diet_comparison_percent(data_dietsummary = data_newdiet)