View source: R/transformSurveyModule.R
Server-side Processing for Applying Transformations to Current Data Frame
1 | transformSurvey_server(id, imported_DF, display_DF, displayed_vars)
|
id |
Module's ID for namespacing |
imported_DF |
Reactive value returning the currently imported data frame. |
display_DF |
Reactive value 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.