Is it possible to stream data from google sheets into R?

Hello, I have a google sheet from which I want to read data and display it in a shiny dashboard. When the google sheet data changes/ updates, it should also get updated in the shinyApp.

How do I achieve this?

Thank you

1 Like

Use reactivePoll()

https://shiny.rstudio.com/reference/shiny/1.6.0/reactivePoll.html

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.