I have a data frame with a column. it contains digit numbers separated by ',' and its type is chr. (I'm using R and Rstudio)
I'm going to write this data frame to a .csv file using the code below, but it changes in the file as a large number in each row. What should I do please?
write.csv(ds_transaction,"TransactionList.csv", row.names = T)
I expect that for a row in data frame contains
23210084,23210108,23210095,531,23213016,23210119
I have the same row in the .csv file. But instead, I've got
2,321,008,423,210,100,000,000,000,000,000,000,000,000,000