Learn R Programming

xROI (version 0.1.1)

getServer: Server function

Description

This funciton constructs the server functions of the shiny app.

Usage

getServer(exdir, inputDir = NULL)

Arguments

exdir

path to the example directory

inputDir

path to the input directory

Examples

Run this code
# NOT RUN {
exampleDir <- system.file('example', package = "xROI")
server <- getServer(exampleDir)

# }

Run the code above in your browser using DataLab