static.analysis.page.query.string: static.analysis.page.query.string

Description Usage Arguments Details Value Author(s)

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

Description

Build the query string for a static analysis page

Usage

1

Arguments

paths.list

paths.list is (for example) the return value from .write.plots.and.data.for.static.analysis.page. It is a list whose entries correspond to the datasets on your page. Each entry is in turn a list with a $plot and/or $data element, each of which is a URL (but could be relative to the application .html file) to the encoded SVG and JSON data files.

Details

All static analysis pages are deployed on top of the same HTML/Javascript/CSS stack. To point the client to the correct plots and data, their paths are encoded into the query part of the URL. This function performs that encoding.

The query string will begin with "#".

To form a URL to view your data, simply append this query string to the URL for the application .html file.

Value

Query string, starting with "#"

Author(s)

Brad Friedman


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