After following suggestions there I was able to select imported columns by my own:
Shiny How to dynamically select columns of imported dataset for further analysis
But I was wondering if there is an option to remove a particular column from selected. I mean, for example, I chose column by mistake and I do not want to display this column, can I remove it somehow before updating a dataframe? So basically i would like to know if there is a way to unselect options in selectInput
?