new.rook.analysis.page.app {AnalysisPageServer} | R Documentation |
Given an RApacheAnalysisPageServer object, return a Rook app that can run it.
new.rook.analysis.page.app(app, EP = NULL, front.end.location = "/dist-aps", front.end.dir = system.file("htdocs/client", package = "AnalysisPageServer"), app.name = "RAPS", app.prefix = file.path("/custom", app.name), tmpdir = tempdir(), ...)
app |
AnalysisPageRApacheApp. Or an AnalysisPageRegistry from which to build an app |
EP |
ExpressionPlotClient object, if needed for your app. |
front.end.location |
Location relative to App base directory from which to serve front end files. Default: "/dist-aps". |
front.end.dir |
Path (in filesystem) to front end files. Default:
|
app.name |
The name of the app you are going to use within Rook. This is used to build the prefix |
app.prefix |
The prefix from which the app will be served. Default: |
tmpdir |
Path to temporary directory to store files needed while the server is running. Default: |
... |
If |
new.rook.analysis.page.app
Your app, as a Rook App
Brad Friedman
startRookAnalysisPageServer
, kill.process
message("See vignette ExamplesServers.html")