> Thank you for this, it seems to have worked (at least there is no warning message) and it now says it has read more items:
>> textfile<-scan(file.choose(), what="char", sep="\n", quote="", comment.char="", skipNul=TRUE)
> Read 70992 items
If that's the right number of lines (as determined by, say, a text
editor), great!
> In future work I might try just working with the separate files though.
Might slow down things but probably makes debugging easier ...