> >> What seems ideal to me would be a way to grab the R console output one
> >> line at a time rather than all at once so I can just append those lines
> >> individually to my gtk text buffer. I can easily do this for a specific
> >> task, such as only for a data.frame, programmatically break it a
Nathaniel Smith wrote:
> On Mon, Mar 23, 2009 at 5:31 PM, Brandon Invergo
> wrote:
>> The data is loaded as expected, but when I try to
>> print the output to the console, only a portion of the data.frame is
>> printed (~65000 characters), presumably because it reached the maximum
>> string size,
On Mon, Mar 23, 2009 at 5:31 PM, Brandon Invergo
wrote:
> The data is loaded as expected, but when I try to
> print the output to the console, only a portion of the data.frame is
> printed (~65000 characters), presumably because it reached the maximum
> string size, and then a seemingly-unrelated