In my shiny app, I have the user input a CSV file using fileInput. When that file is input into my file, I want to create a dataframe df, and create further subsets of this dataframe. How can I create and use the dataframe and subsets in multiple outputs, such as creating multiple plots with the dataframe?
I want to perform the following actions on the imported CSV file and then use the dataframe in subsets in multiple outputs.
How can I use the variables and subset data in multiple outputs?