SyntaxFix
Write A Post
Hire A Developer
Questions
I think the most straightforward way to do this is using capture.output, thus;
capture.output
capture.output(summary(mylist), file = "My New File.txt")
Easy!