is there any option in R to change format of entire column? I have a number containing 13 digits and sometimes is starts with 0 and when I am reading dataframe these zeros are missed. I would like to use something like excel formatting and set up column for 13 digits.
I probably should use something like my.dataframe[,my_column] <-
Regards