dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

data_vars argument is not observed #91

Closed DavorJ closed 4 years ago

DavorJ commented 4 years ago

Documentation suggests that _datavars argument is a reactive, but when looking at the source code, only _datatable argument is observed. Changing _datavars thus has no effect.

Replacing observeEvent() with observe() would solve the issue.

pvictor commented 4 years ago

Thanks for noticing it, data_vars is now observed.

Victor