get.APS.libbase.prefix {AnalysisPageServer} | R Documentation |
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.
get.APS.libbase.prefix()
Path
Brad Friedman
set.APS.libbase.prefix("/some/path/") get.APS.libbase.prefix()