Set up all auxiliary files needed for a Trelliscope app
prepare_display(
base_path,
id,
self_contained = FALSE,
jsonp = TRUE,
require_token = FALSE,
disclaimer = FALSE,
pb = NULL
)
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 display list and 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
optional progress bar object to pass in and use to report progress