Unimplemented type list when trying to write.table

Do this, irrespective of how many columns you have:

df <- apply(df,2,as.character)

Then do write.csv.

Leave a Comment