#Rstats hackers, is there a way to get the output of str() to go to a string (scalar character) instead of stdout?
2
Replying to @HarlanH
@HarlanH Look at sink() and catpure.output()

Aug 4, 2011 · 2:50 PM UTC

1