Considering that the content of a certain variable is "001"
class character .
I need to convert such a character to numeric. If I do as.numeric()
, it returns me 1
.
I want you to return me exactly 001, is it possible?
Thank you.