fork download
  1. fluidPage(
  2.  
  3. # Copy the chunk below to make a group of checkboxes
  4. sidebarPanel(
  5. checkboxGroupInput("checkstrategy",label="choose strategy",choices=c("K>80","osc>500","diff<50"),selected = "K>80")
  6.  
  7. ),
  8. mainPanel(
  9. plotOutput(("value"))
  10.  
  11.  
  12. ))
Success #stdin #stdout #stderr 0.23s 39360KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: could not find function "fluidPage"
Execution halted