vanessajmh
Results
1
comments of
vanessajmh
Hello @nkric, I solved the problem by setting the sep argument to a tabulation likeso: write.table(metaFiles, file=paste0(PathtoData, "Sequence Tables\", paste("metadata.txt")), row.names=FALSE, col.names=TRUE, sep="\t"). Hope this helps !