trelliscopejs (version 0.1.11)

prepare_display: Set up all auxilliary files needed for a Trelliscope app

Description

Set up all auxilliary files needed for a Trelliscope app

Usage

prepare_display(base_path, id, self_contained = FALSE, jsonp = TRUE,
  pb = NULL)

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 display list and app config be jsonp (TRUE) or json (FALSE)?

pb

optional progress bar object to pass in and use to report progress