-
Notifications
You must be signed in to change notification settings - Fork 0
bbbowers/matched-survey-site
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
==Matched Surveys Site (MSS)== Quick and dirty solution for pulling surveys from Qualtrics, matching them based on a pre-existing id/relationship, computing, visualizing, and emailing some results ==Dependencies== # RESTFUL API hosting install.packages(plumber) # %>% install.packages(dplyr) # db install.packages(RSQLite) # sending emails install.packages(gmailr) # making web requests install.packages(httr) # parsing json from web requests install.packages(jsonlite) # web app for visualization install.packages(shiny) # for reporting install.packages(knitr) install.packages(kableExtra) install.packages(ggplot2) install.packages(stringr) install.packages(readr) install.packages(psych) ==Setup== You need to provide an API secret from the google developer console for GMail API. MSS will then have you do an authorization step in browser, then MSS can send emails on your behalf. ==Running== Rscript run-shiny.R Rscript api.R
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published