question is straight forward, how do I transform all the continuous variables in a data.table into quantiles of those variables.
so for example
a b c id
1 4 6 123
43 2 34 124
Should look like
a b c id
q1 q2 q1 123
q2 q1 q2 124