server: shiny server

Description Usage Arguments Value Examples

View source: R/Server.R

Description

shiny server

Usage

1
server(input, output, session)

Arguments

input

shiny input

output

shiny input

session

shiny session

Value

shiny server

Examples

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)
}

47Lies/isoformnspectRe documentation built on May 29, 2021, 3 p.m.