So, I am saving my dataframe as a .txt by using this code:
write.table(FinalLongFormat, file = "../data/FinalLongFormattxt",
sep = "\t", dec = ".", row.names = F, col.names = T)
My dataframe is looking perfectly fine inside Rstudio, but all the values from my last three columns are missing when I save it as a .txt file. I attached a picture to show what it looks like:
Hopefully someone here is familiar with his problem:)