DataStrategist / ShinyTester

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

Only works with <- assignments, not = or -> assignments #6

Closed DataStrategist closed 7 years ago

DataStrategist commented 7 years ago

Implementing this functionality is really hard because I'm kinda assuming left is variable_name and right is stuff. If that assumption goes away we'll have to check a bunch of code... looks more trouble than it's worth... so for now, won't implement.