Note: As of 2023, this package is no longer actively being maintained.
This package provides a suite of tools to work with SurveyMonkey surveys.
You can:
- Create and upload a survey from a questionnaire document.
 - Browse and download surveys in your account.
 - Conduct basic analysis (e.g. margin of error) on your surveys.
 - Create statistical survey weights (via raking) to better represent a target population.
 - Create presentable SurveyMonkey-style banners for polls.
 
To install the production version of svmkR from GitHub:
# install.packages("devtools")
devtools::install_github("soubhikbarari/svmkR")The source code for svmkR is currently hosted on GitHub.
Authors of the original surveymonkey package and its downstream replicas, of which svmkR was forked from and re-factored include:
- 
Thomas Leeper (creator/maintainer)
 - 
Sam Firke (creator/maintainer)
 - 
Matt Roumaya (creator/maintainer)
 
Authors and contributors to svmkR were primarily SurveyMonkey employees and collaborators from 2022 to 2023 and include:
- 
Soubhik Barari (creator/maintainer)
 - 
Zoe Padgett (contributor)
 - 
Justine Orgel (contributor)
 - 
Christopher Remmel (contributor)