I am working on a Shiny application, in this app i have an init JSON file which determines metadatas as columns name for example. I have a field which is used to select the columns that we want among these. What I want to do is to read a csv file by reading only the selected columns.
I hope someone can help me on this point ! Thanks you :)