get.APS.libbase.prefix {AnalysisPageServer}R Documentation

Get current AnalysisPageServer library base directory

Description

Get current AnalysisPageServer library base directory. This is the location that contains the JS, CSS, fonts, other files required to render reports. The default "" means that these will always be written in the directories containing individual reports and datasets. Alternatively, if you are writing a lot of reports, you can set this to a system-wide location (absolute path starting and ending with "/") and then copy.front.end and setup.APS.knitr() will use those instead.

Usage

get.APS.libbase.prefix()

Value

Path

Author(s)

Brad Friedman

See Also

set.APS.libbase.prefix

Examples

set.APS.libbase.prefix("/some/path/")
get.APS.libbase.prefix()

[Package AnalysisPageServer version 1.20.0 Index]