Enter some information via a text box and radio buttons
Hit a button to get a URL link to some data (which depends on inputs) hosted on dropbox
Manipulate data from the link on their own computers to generate csv for upload
Upload csv to shiny
Receive assignment score via shiny
I was hoping the students might be able to automate the interaction with my shiny app (steps 1,2,3,5,6) using either httr or rvest. After hours of investigation, this does not look as easy as I thought.
Any suggestions or pointers for info about posting-to or scraping interactive shiny apps? Thanks
I was hoping that a simple Shiny site built for human-to-computer interaction would still allow programattic computer-to-computer interaction without modification. In my brain, I conflated web development and API development --- I now see that they are two different animals.