R is changing the value of big numeric values.
Example: 10050020002827959, 1907011129146780214
I've already tried to change the digits option based on a similar question, but it didn't work.
c(10050020002827959, 1907011129146780214)
The expected output should be the numbers in the vector, but it's returning
[1] 10050020002827960 1907011129146780160