mmoisse

Results 5 comments of mmoisse

Apart from using the latest shiny js which fix a bug when id is NULL, it is the only thing I changed

Maybe you could use `get_selected_data_boundary(input$table)` ? It gives you the coordinates of the top left bottom right selected sel. So if you want to known the selected row you look...

Maybe you could use `get_selected_data_boundary(input$table)` ? You first need to define that you are interested in it `excelTable(DF, getSelectedData=T)`

I experience similar reproducible issues. For me it was mainly linked with smaller files and I resolved it by forcing `googleCloudStorageR` to use the resumable upload for all files `options(googleCloudStorageR.upload_limit...

I experience similar issues. For me it was mainly linked with smaller files and I resolved it by forcing `googleCloudStorageR` to use the resumable upload for all files `options(googleCloudStorageR.upload_limit =...