I have got a data frame like this:
ID A B 1 x5.11 2,34 2 x5.57 5,36 3 x6,13 0,45
I would like to remove the 'x' of all values of the column A. How might I best accomplish this in R.
Thanks!
I have got a data frame like this:
ID A B 1 x5.11 2,34 2 x5.57 5,36 3 x6,13 0,45
I would like to remove the 'x' of all values of the column A. How might I best accomplish this in R.
Thanks!