Arguments
svg.path
Path (could be relative to index.html) to (annotated) SVG file. NULL
to only have data table and no picture.
data.path
Path (could be relative to index.html) to JSON file containing data set.
NULL to only have SVG and no table
show.sidebar
Boolean. If TRUE (default) then show sidebar. If FALSE then omit it.
show.table
Boolean. If TRUE (default) then show sidebar. If FALSE then omit it.
num.table.rows
Number of table rows to show. Default: 10
extra.html.class
Thesee are extra classes to add to the div. This could be used for
whatever extended purpose you want, like extra styling or logic. Should be an unnamed charvec.
Default is character()
, just use the basic required for APS.
extra.div.attr
These are extra attributes to add to the div. For example you could
add an id
attribute. It should be a named charvec, or NULL (default) to not anything
extra beyond that required for APS.