Is it possible to get real-time data from google sheets into R?
Basically, I have a google sheet and I want to get data from it and display it in a shinyApp. But when the data in the google sheet changes/updates, it should also get updated in the shinyApp.
Thank you