Skip to content
Prev 296194 / 398506 Next

print.data.frame to string?

What do you mean by prints?  You can use capture.output to get what
would regularly be printed to the screen into a text vector, or use
dput to get a version of an object that could be read back into
another R session.
On Thu, May 31, 2012 at 2:10 PM, ivo welch <ivo.welch at gmail.com> wrote: