I have some numbers with comma inside, like this:
1,200.00
R cannot convert this into numeric using as.numeric, I guess it is due to the comma, how can I fix it?
Thanks!
I have some numbers with comma inside, like this:
1,200.00
R cannot convert this into numeric using as.numeric, I guess it is due to the comma, how can I fix it?
Thanks!