I'm trying to build a page using R Shiny that has:
-
A File Widget for uploading CSV files
-
A Checkbox Group component
I'd like to use these as follows:
- Upon uploading a valid CSV file, populate the CheckBox group whose checkboxes are all the headers from the CSV file, all checked by default
I've tried various forms of observe() and observeEvent() so far, but have had no success in getting this even close. Any suggestions you may have would be great.
Aucun commentaire:
Enregistrer un commentaire