static.analysis.page.query.string(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.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.