Write Trelliscope app configuration file
write_config(
base_path,
id,
self_contained = FALSE,
jsonp = TRUE,
require_token = FALSE,
disclaimer = FALSE,
split_layout = FALSE,
has_legend = FALSE
)
the base directory of the trelliscope application
a unique id for the application
should the Trelliscope display be a self-contained html document?
should json for app config be jsonp (TRUE) or json (FALSE)?
require a special token for all displays to be visible (experimental)
an optional string of html to include as a disclaimer for the set of displays
boolean that determines if the layout is split into components like a facet_grid vs. individual panels like facet_wrap. Only applies to ggplot2 plot objects.
should a legend be reported for split_layout