【发布时间】:2021-10-19 11:16:45
【问题描述】:
是否可以将实时数据从 google sheet 获取到 R 中?
基本上,我有一个 google sheet,我想从中获取数据并将其显示在 shinyApp 中。但是当 google sheet 中的数据发生变化/更新时,shinyApp 中的数据也应该得到更新。
谢谢
【问题讨论】:
标签: r google-sheets shiny googlesheets4
是否可以将实时数据从 google sheet 获取到 R 中?
基本上,我有一个 google sheet,我想从中获取数据并将其显示在 shinyApp 中。但是当 google sheet 中的数据发生变化/更新时,shinyApp 中的数据也应该得到更新。
谢谢
【问题讨论】:
标签: r google-sheets shiny googlesheets4
你应该可以
onEdit/onChange trigger 从 Google 表格推送更改(假设您有一个 http 端点来接收推送)【讨论】: