Relative Content

Tag Archive for rgoogle-sheetsshiny

Delete row button in R shiny app not working (using google sheets as datasource)

I am trying to build a simple app: in the first page is data collection with a renderdatatable to the right. I have a submit and edit buttons that do the job correctly, however, the delete button command does not delete the row (and store in the google datasheet). I managed to delete in the render table, but when reinitiating the app it was still there.