I am trying to build a survey tool on my shinyapp, and as a user goes through and clicks their answers will be put into a csv and that csv file will update and save after each user.
Using this R blog as an example of how to set up the survey.
It works locally and saves results. I want to put it on my shinyapps.io and have my department take the survey and save their answers. Problem is when I download the bundle the csv file hasn't updated.
Thanks!