Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/rook.analysis.page.server.R
Given an RApacheAnalysisPageServer object, return a Rook app that can run it.
1 2 3 4 | 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
1 | message("See vignette ExamplesServers.html")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.