dreamRs / esquisse

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

Calculated variables #90

Closed feinmann closed 4 months ago

feinmann commented 4 years ago

Are there any thoughts on providing calculated fields?

For example in the "Select a dataset" entry:

  1. Select variables to keep: carat, color
  2. Calculate variable: mean_carat = group_by(color) %>% mean(carat);
pvictor commented 4 months ago

In GitHub version, you now have a module (from package {datamods}) to create new columns on the fly :

image