Skip to content
Prev 131062 / 398506 Next

documenting yoru progress

Gabor Grothendieck <ggrothendieck at gmail.com> wrote:

            
That's exactly what I need.  Thank you.

But now, another question.  I can't seem to get the value returned by
print() into a character variable.  I tried examining the relevant print
function, to see what it's printing, but there seems not to be a
print.call().  This is not fatal, since I can use print(), but is there
some obvious way to do this?  as.character doesn't do it.

More generally, is there a way to inspect an object of some class I
don't know about to find its members and methods?  I suspect that will
save me some posts like this in the future.

Thanks,

 -tom