Learn R Programming

AnalysisPageServer (version 1.6.2)

custom.html.headers: custom.html.headers

Description

Generate HTML for custom headers to load AnalysisPageServer CSS and viewport

Usage

custom.html.headers(libbase.prefix = "", viewport = "width=device-width, initial-scale=1.0", stylesheets = default.stylesheets(), ep.svg.styles = "css/svg.css")

Arguments

libbase.prefix
Prefix where your shared CSS files will be located. Default "" will be relative to the index.html file. Otherwise you'll need to end with a "/".
viewport
Default: "width=device-width, initial-scale=1.0". This will be used in a tag.
stylesheets
Charvec of stylesheets to load. Default is default.stylesheets().
ep.svg.styles
ep-svg-styles stylesheet. Default: "css/svg.css".

Value

HTML string to be included in section.

Details

Generate HTML for custom headers to load AnalysisPageServer CSS and viewport. To be honest I don't understand how all this works. The main thing is that it you put this stuff up top, in the header section. The only argument you should consider touching is libbase.prefix, if you are going to put your common libraries in a shared area instead making a copy next to each dataset.