我只是从闪亮开始,我尝试使用RStudio启动的所有应用都返回以下错误:
staticPath(path): patient grade.increase
1 1 0
2 2 1
3 3 1
必须是非空字符串
例如
path
返回错误
# Load shiny
library(shiny)
# Create a UI
ui <- fluidPage('Hello World!')
# Create a server
server <- function(input, output) {}
# Create a shiny app
shinyApp(
ui = ui,
server = server)
我找不到关于staticPath或此错误的任何文档,有什么主意吗?