copy.front.end: copy.front.end

Description Usage Arguments Details Value Author(s) Examples

View source: R/static.analysis.page.R

Description

Copy the APS front end (HTML, CSS, JS, etc) to a web directory

Usage

1
2
copy.front.end(outdir, client.basedir = system.file("htdocs/client/dist-apss",
  package = "AnalysisPageServer"), include.landing.page = TRUE, ...)

Arguments

outdir

Target directory. This directory will contain your index.html file.

client.basedir

Path to client files. Default: system.file("htdocs/client/dist-apss", package = "AnalysisPageServer"). Probably should not be modified except during development work on the client.

include.landing.page

Boolean. Should I include the landing page "analysis-page-server-static.html"? Default: TRUE

...

Passed through to file.copy, such as overwrite = TRUE

Details

This makes a copy of the complete APS static front end (HTML, CSS, JS, etc) to a web directory.

Value

Whatever file.copy returns.

Author(s)

Brad Friedman

Examples

1
message("See vignette embedding.html")

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.