Skip to content
Prev 333331 / 398506 Next

Sending a matrix in an email

I thought that I had provided an example of what I wanted to do but in any case, capture.output seems to work, as in

sendmailR(to,from, capture.output(matrix_to_send))

I'm sure that there are myriad other ways (I tried print, which is mentioned in FAQ 7.16 but it doesn't work in this context)

Thanks for your help.
On Nov 18, 2013, at 10:04 AM, Jeff Newmiller wrote: