Skip to contents

This function creates a Shiny application that allows users to match non-standard food items to standard ones. The matches are based on the closest string match. The user can manually adjust the matches in the UI. The matched data can be added to the R environment or downloaded as a CSV file.

Usage

create_matches_csv()

Value

A Shiny application.

Examples

if (FALSE) { # \dontrun{
create_matches_csv()
} # }