stephbuon / hansard-shiny

Code for the "Hansard Viewer" web app (a prototype app for applying to future support).
https://shinyviz.smu.edu/shiny/public/hansard-shiny/
MIT License
5 stars 0 forks source link

Organize Functions #19

Closed stephbuon closed 2 years ago

stephbuon commented 2 years ago

Put functions in separate code (follow collocates pipeline conventions).

stephbuon commented 2 years ago

To be specific -- don't move reactive functions -- just vanilla functions

funct_name <- function () {}