View source: R/displayImportModule.R
Server-side Processing for Displaying the Data Frame
1 2 3 4 5 6 7 8 9 | displayImport_server(
id,
imported,
selected,
include_bttn,
clear_bttn,
display_DF,
displayed_vars
)
|
id |
Module's ID for namespacing |
imported |
Reactive resulting from |
selected |
Reactive returned by |
include_bttn |
Reactive value set upstream to trigger data frame displaying |
clear_bttn |
Reactive value triggered upstream for displaying DF without selected variables |
display_DF |
Reactive values returning the data frame to be displayed, updated with current selected variables and applied transformations |
displayed_vars |
Reactive value returning currently displayed variables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.