search for: pagewithsidebar

Displaying 1 result from an estimated 1 matches for "pagewithsidebar".

2019 Oct 07
0
Changing HTML Error code message
...ple forms of validation and try-catches. I'm including the code and simple html files to recreate the problem. Any and all suggestions are welcome. Thank you in advance for your help. library(shiny) library(rdrop2) library(httr) ui <- # Define UI for dataset viewer application shinyUI(pageWithSidebar( headerPanel("Test DropBox html Docs to Shiny"), sidebarPanel( selectInput("Cat", "Choose a Category:", choices = c("A", "B", "C")), selectInput("Year", "Choose a Year:",...