Are there any packages and/or related functions for data transformation a-la a neural network? By this, I mean something like a package called data_transform (which I made up off the top of my head) that, when used like this:
data_transform(mydata)
will give natural logarithms, weird interactions with all of the other variables, etc. for all of the numeric variables in the data.
I know relying on a package/function like that would be incredibly bad for research purposes -- I'm just curious if one exists