tags:

views:

72

answers:

1

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!

A: 

I found the solution here

http://stackoverflow.com/questions/1523126/how-to-read-a-csv-file-in-r-where-some-numbers-contain-commas

sorry for the inconvenience, thanks

lokheart
I just added another answer the above question that may be of interest for you as well.
Greg Snow