Description Usage Arguments Value Examples
shiny server
1 | server(input, output, session)
|
input |
shiny input |
output |
shiny input |
session |
shiny session |
shiny server
1 2 3 4 5 6 7 8 | library("isoformnspectRe")
if(interactive()){
GlobalPath<-system.file("extdata",
"Global.R",
package = "isoformnspectRe")
source(GlobalPath,local=TRUE)
shiny::shinyApp(ui,server)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.