DataStrategist / ShinyTester

An R package to help debug Shiny apps during the process itself.
29 stars 3 forks source link

Read in definitions before shiny server #8

Open DataStrategist opened 7 years ago

DataStrategist commented 7 years ago

The method in which chunks are parsed is that I read anything inside ({ ... }) statements, which don't work outside the shiny server declaration... so I need to find a way to read stuff before that statement.