View source: R/FileSurveyInput.R
| FileSurvey | R Documentation |
Server module for survey data analysis. It uses 'DataManager' and adds controls and logic for creating a 'survey.design' object.
FileSurvey(input, output, session, nfactor.limit = 20)
input, output, session |
Standard Shiny server parameters. |
nfactor.limit |
An integer, the threshold for unique values. |
A reactive list with 'data', 'label', 'naomit', and the 'survey' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.