Trying to build a simple bar chart in R.
This is the link to the data (https://data.world/makeovermonday/2020w3-is-it-time-to-treat-sugar-like-smoking) I need to build a simple bar chart that shows sugar intake only for children (there are 3 rows with children), only for this specific column "(2014/15-2015/16)". I know it has something to do with select() and filter() but am having trouble - appreciate any help! Attaching what I did in Python and Tableau - trying to replicate in Renter image description here