nhs-r-community / demos-and-how-tos

A repo for community contributed demos and how-tos to get common stuff done in the R language
https://nhs-r-community.github.io/demos-and-how-tos/
MIT License
29 stars 13 forks source link

applied example of using reactiveVals #39

Closed JonMinton closed 1 year ago

JonMinton commented 1 year ago

I modified an example from Wickham's Mastering Shiny. This modification allows attendees' names at meetings/workshops to be added to a list, and one person from the list selected to lead part of the meeting/workshop. (To avoid the same one or two people speaking all the time!)

The example could be further modified to assign people to groups at random, and so on.

It's a nice example of reactiveVals and I hope already has some practical value (Even though this is something that can already be done in Excel etc!)