Is there a simple way of pressing an action button, that imports a csv? I've created this via fileInput() however cant seem to crack how you would press a button to make it a reactive dataframe?
I'm trying to give the user the option of either importing via fileInput or uploading a standard template.
The datatable should accept either the fileInput or the actionButton template.
I am not totally sure I do understand you, but you can create a reactive dataframe from shiny::fileInput, see below. Why do you need a separate actionButton?