write_config: Write Trelliscope app configuration file

Description Usage Arguments

View source: R/json_writers.R

Description

Write Trelliscope app configuration file

Usage

1
2
3
4
5
6
7
8
write_config(
  base_path,
  id,
  self_contained = FALSE,
  jsonp = TRUE,
  split_layout = FALSE,
  has_legend = FALSE
)

Arguments

base_path

the base directory of the trelliscope application

id

a unique id for the application

self_contained

should the Trelliscope display be a self-contained html document?

jsonp

should json for app config be jsonp (TRUE) or json (FALSE)?

split_layout

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.

has_legend

should a legend be reported for split_layout


trelliscopejs documentation built on Feb. 1, 2021, 9:05 a.m.