79340306

Date: 2025-01-08 18:06:50
Score: 1.5
Natty:
Report link

I think @Roland's answer is correct: you need to tell read.csv not to convert the IDs to numeric, but leave them as characters:

readcsv2010 <- read.csv("input.csv", colClasses = "character")

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Roland's
  • Low reputation (0.5):
Posted by: mikeblazanin