On Fri, 27 Jul 2018, William Dunlap wrote: > Try > cat(sep="\n", file=con, capture.output(summary(...))) > capture.output(x) return character vector whose elements contain > the lines of text that would have been printed by print(x). Bill, Thanks very much. I doubt my searches would have found capture.output(). Rich