Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 Shiny(例如 csv 文件)中加载数据,或者是否所有相关数据都需要在源代码中?
我有兴趣开发一个闪亮的应用程序并分发它,但数据将来自用户的机器,我想从闪亮的内部加载。
如果无法直接从 Shiny App 加载,用户指定数据位置的最佳方式是什么?这适用于没有 R 经验的用户,所以我想让它尽可能简单。
您可以file.choose()在应用程序启动时调用(例如在调用 之前在 server.R 中shinyServer)。这有帮助吗?
file.choose()
shinyServer