empty.server | R Documentation |
For use in simple shiny apps not requiring server functions
empty.server(input, output, session)
input |
the input object |
output |
the output object |
session |
the session object |
Empty server function
if(interactive()){
library(shiny)
library(card.pro)
ui = fluidPage("Obi Obianom")
shinyApp(ui = ui, server = empty.server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.