KatieKey / input_output_shiny_group

R Programming Final Project Group 1
1 stars 2 forks source link

Using reactives throughout #31

Open geanders opened 6 years ago

geanders commented 6 years ago

This version has used reactives to clean up the code some-- this creates reactives like plasma_clean() that you can use anywhere in rendering that you were creating and using plasma_clean before. It lets us write the code to create and clean those data frames once, instead of having to copy the code everywhere. I tried to keep object names consistent, you just need to remember to use the "()" after the reactives, which you didn't after the names of data frames. No worries if you'd rather not pull these changes in, if you think they'll be too confusing.