不幸的是,当我在shinyapps.io中运行它时,我从我的日志中得到以下错误消息: error (Ui):object 'ui‘没有找到。The following object is masked from ‘package:shiny’: serverInfo Attaching package: ‘rsconnect’
DT::dataTableOutput("table")
我已经在运行R 2.15.3的RStudio中安装了shiny。我通过library(shiny)加载这个包,但是当我尝试使用shinyApp命令时,我会得到以下结果ui <- fluidPage()shinyApp(ui=ui,server=server)
Error: could not find function