DataStrategist / ShinyTester

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

allow "app.R" #4

Open DataStrategist opened 7 years ago

DataStrategist commented 7 years ago

I can do it if users read in the UI and SERVER first... then just ignore directory, maybe Directory=NULL... UI should be a list, and server should be a function. Capture it with: deparse(server)