dreamRs / esquisse

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

Bug: `esquisser(df)` does not load the df, it always shows the data selection modal #239

Closed daattali closed 1 year ago

daattali commented 1 year ago

According to the documentation, the first argument will be used as the data to show. In the Examples section it also shows an example of esquisser(iris). However, running this in the latest github version seems to ignore the dataframe.

pvictor commented 1 year ago

Thanks for reporting this.