I have tibble A consisting of 3 columns a,b,c. I want to replace values in a with the ratio b/c.
A
a,b,c
a
b/c
I know it can be done