deployServerInstance {seqplots}R Documentation

Prepares the instance of SeqPlots, that can be deployed to shinyapps.io

Description

See http://shiny.rstudio.com/articles/shinyapps.html for further info.

Usage

deployServerInstance(server = getwd(), data = file.path(server, "DATA"))

Arguments

server

The directory where server instance should be created.

data

the data storige directory, should be a sub-dir of "server" for shinyapps

Value

NULL


[Package seqplots version 1.18.0 Index]