I'd like to create a new variable with the contents of an existing variable in R...
So far, I've tried:
dataset2018$income2 =
dataset2018$income.valueOf();
However, I'm getting the following error "Error: attempt to apply non-function"
Grateful for any suggestions.
Thanks.