My 4x5 tibble (below) is stored in a .csv file:
I would like to create a stacked bar chart, where the x-axis represents the three foods and the y-axis represents the percentage points (cumulatively, each bar should add up to 100%), using ggplot2.
I'm extremely new to using R (and Stackoverflow) and unsure where to begin with creating this.