Trouble with a Reactive Input in ShinyDashboard
问题 I am using the following dataset: https://docs.google.com/spreadsheets/d/1C_P5xxzYr7HOkaZFfFiDhanqDSuSIrd2UkiC-6_G2q0/edit#gid=0 I am using ShinyDashboard and I have a selectInput that allows me to choose a specific type of Candy bar (in the Candy column in my data set). How do I take that Candy selection, and then make a graph that contains the frequency for that selected candy bar for each purchase month? In my server.R , I am not sure what to have in that CandyCount reactive element. My