Kindly advise on this code to transform a column, "Rate" into a factor named "Home_new"
rxDataStep(RED_xdf, RED_xdf, transforms = list(Home_new = factor(Rate))
What did i do wrong?
Kindly advise on this code to transform a column, "Rate" into a factor named "Home_new"
rxDataStep(RED_xdf, RED_xdf, transforms = list(Home_new = factor(Rate))
What did i do wrong?