How to convert numbers into characters without scientific notation

If you convert large numbers to characters using “Change Data Type” feature, sometimes the converted text contains scientific notation like e+08.

You can use format function to convert numbers into characters without using scientific notation.

format(column , scientific=FALSE)

For example, in this case, you can use the format function like this.

This is the output.