Package: shinysurveys 0.2.0.9000
shinysurveys: Create and Deploy Surveys in 'Shiny'
Easily create and deploy surveys in 'Shiny'. This package includes a minimalistic framework similar to 'Google Forms' that allows for url-based user tracking, customizable submit actions, easy survey-theming, and more.
Authors:
shinysurveys_0.2.0.9000.tar.gz
shinysurveys_0.2.0.9000.zip(r-4.5)shinysurveys_0.2.0.9000.zip(r-4.4)shinysurveys_0.2.0.9000.zip(r-4.3)
shinysurveys_0.2.0.9000.tgz(r-4.4-any)shinysurveys_0.2.0.9000.tgz(r-4.3-any)
shinysurveys_0.2.0.9000.tar.gz(r-4.5-noble)shinysurveys_0.2.0.9000.tar.gz(r-4.4-noble)
shinysurveys_0.2.0.9000.tgz(r-4.4-emscripten)shinysurveys_0.2.0.9000.tgz(r-4.3-emscripten)
shinysurveys.pdf |shinysurveys.html✨
shinysurveys/json (API)
NEWS
# Install 'shinysurveys' in R: |
install.packages('shinysurveys', repos = c('https://jdtrat.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jdtrat/shinysurveys/issues
- teaching_r_questions - A sample CSV file for demographic questions
Last updated 3 years agofrom:aa4d393b99. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 11 2024 |
R-4.5-win | NOTE | Nov 11 2024 |
R-4.5-linux | NOTE | Nov 11 2024 |
R-4.4-win | NOTE | Nov 11 2024 |
R-4.4-mac | NOTE | Nov 11 2024 |
R-4.3-win | OK | Nov 11 2024 |
R-4.3-mac | OK | Nov 11 2024 |
Exports:demo_surveydemo_survey_multipageextendInputTypegetSurveyDatalistInputExtensionsnumberInputradioMatrixInputrenderSurveysurveyIDsurveyLabelsurveyOptionssurveyOutput
Dependencies:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
A survey of shinysurveys
Rendered fromsurveying-shinysurveys.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2021-08-11
Started: 2021-01-20
Aggregate Responses with getSurveyData()
Rendered fromget-survey-data.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2021-08-11
Started: 2021-06-28
Extending shinysurveys with Custom Input Types
Rendered fromcustom-input-extensions.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2021-06-28
Started: 2021-06-28
Learn shinysurveys
Rendered fromshinysurveys.Rmd
usingknitr::rmarkdown
on Nov 11 2024.Last update: 2021-08-11
Started: 2021-02-11
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Demo Survey | demo_survey |
Demo Survey over Multiple Pages | demo_survey_multipage |
Add Custom Input Types for a Survey | extendInputType |
Get survey data | getSurveyData |
Hide shinysurvey | hideSurvey |
List all registered survey extensions | listInputExtensions |
Create a numeric input | numberInput |
Create a matrix of radio buttons. | radioMatrixInput |
Server code for adding survey questions | renderSurvey |
Add correct ID for custom input types | surveyID |
Add correct label for custom input types | surveyLabel |
Add options for custom input types | surveyOptions |
Generate the UI Code for demographic questions | surveyOutput |
A sample CSV file for demographic questions | teaching_r_questions |