dreamRs / esquisse

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

[Feature Request] Custom calculation column(s) #199

Closed DanielPascoe closed 2 months ago

DanielPascoe commented 2 years ago

Nice to have feature rather than a desperately needed one imho but a while back I wrote a shiny app that included a free text box whereby one could add a custom calculated column (I seem to recall I created some custom pseudocode syntax and wrapped the expressions to be evaluated in specific brackets or something like that). I'd have to go back and look at the code. But it was a good, cheap and elegant solution to loads of problems (custom numeric calcs, convert to factor, text substrings, feature creation from multiple columns etc etc). It was basically a swiss army knife and I got good value out of it.

pvictor commented 2 months ago

Hello, This has been added to package {datamods} and available in esquisse through a modal window :

image

Available on GitHub, soon on CRAN