Skip to content

sink output

2 messages · Erin Hodgess, Greg Snow

#
Dear R People:

Is there a way that sink will capture the input as well as the output please?

Thanks,
Erin
#
The sink function does not capture the output, but the txtStart (and friends) function(s) in the TeachingDemos package can capture both input and output (using etxtStart instead allows for coloring and including of graphs).