View source: R/Widget_VennWidgetModule.R
VennWidgetModule | R Documentation |
MseekWidget for plotting Venn diagrams
VennWidgetModule( input, output, session, reactives = reactive({ list(x = list(A = 1:105, B = 101:115), ext.percent = c(0.01, 0.01, 0.01), filename = NULL) }), static = list() ) VennWidgetModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
reactives |
a list, wrapped in a |
static |
a list of arguments that are not in a reactive context and hence do not change while the app is running. |
id |
id to be used to define a namespace via |
Returns nothing
VennWidgetModule
: Server logic
VennWidgetModuleUI
: UI elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.