首页 > 解决方案 > 带有 R Shiny 的 MongoDB 接口

问题描述

我正在尝试使用 R Shiny 为 MongoDB 创建一个 GUI。我不确定如何将数据库嵌入到应用程序中,以便在打开网页并可以搜索时作为表格存在。

ui = DT::dataTableOutput("mongo", width = 300)

server = function(input, output, session) {
  output$mongo = renderDT(?)}

标签: rmongodbuser-interfaceshiny

解决方案


推荐阅读