Hello guys,
I would like to create a dropdown from manufacturer column from 'mpg' data using r shiny selectInput function.
so, I should get options like: audi, chevrolet, dodge, ford, etc. in the dropdown.
How should I go about it? Once I select the manufacturer (lets say 'Audi'), I want to plot a graph on disp vs cyl for Audi.
Thanks in advance.