DEPRECATED, see esquisse-module.
esquisserServer(
input,
output,
session,
data = NULL,
dataModule = c("GlobalEnv", "ImportFile"),
sizeDataModule = "m"
)esquisserUI(
id,
header = TRUE,
container = esquisseContainer(),
choose_data = TRUE,
insert_code = FALSE,
disable_filters = FALSE
)
A reactiveValues with 3 slots :
code_plot : code to generate plot.
code_filters : a list of length two with code to reproduce filters.
data : data.frame used in plot (with filters applied).
Standards shiny server arguments.
A reactiveValues with at least a slot data containing a data.frame
to use in the module. And a slot name corresponding to the name of the data.frame.
Data module to use, choose between "GlobalEnv"
or "ImportFile".
Size for the modal window for selecting data.
Module's id.
Logical. Display or not esquisse header.
Container in which display the addin,
default is to use esquisseContainer, see examples.
Use NULL for no container (behavior in versions <= 0.2.1).
Must be a function.
Logical. Display or not the button to choose data.
Logical, Display or not a button to insert the ggplot code in the current user script (work only in RStudio).
Logical. Disable the menu allowing to filter data used.