There are various threads about uploaded data but with given columns like this thread:
How can I call the column name of user-selected column that doesn't have a given column name? Let's say the column name is saved as input$user_selected
. I can't call the column by using df()$input$user_selected
or df$input$user_selected
so I was wondering how this can be done.