Is it possible to update uploaded data table in UI

Hi,

I’m new to R and Shiny and need some help.

Is it possible to upload a CSV, display the upload file in the mainPanel, ideally as a dataTable, and then allow users to edit that table in a reactive way. Is it also possible to select multiple rows for a particular column and update all selected with the same value?

Any examples would be great or even a point in the right direction.

Thanks!

HI @mash,

Please check out

While this doesn't solve your whole solution directly, it should get moving.

Best,
Barret