I have a column of numeric class, e.g.: v <- c(12345, 2345, 7689900)
.
I know that every number is actually of the form 12.345, 23.45, 76.89900
, ie every numeric has two digits and the rest is decimals.
How can I convert the vector to this format? No decimal should be cropped in the process.