I have a data frame produced from dput
. Ideally, when running this dput, the test
data frame should have 12 rows with row number 1:12
. However, when running this, row 9 to 12 will be produced as row 5.1, 6.1, 7.1 and 8.1. I am sure that the contents of each row are different. I have sf
geometry object for each row in this data frame. I am wondering what is the potential reason for causing this issue?
Thanks in advance!
example code (it's very long and exceed the limit of StackOverflow, I will put it into Google drive link):
https://drive.google.com/file/d/12XduN3iukE2VHu8yuf2ZfIwrlnu9wLjD/view?usp=sharing