Specifically i am trying to create a reproducible example with a data.frame of [1376,6] dimensions using dput() but run out of space in the output window to copy and paste the results.
Is there a way of increasing the buffer size of the output window OR
Could anyone suggest an alternative method here ?
Thanks
Barry
You can always write the result of
dputto a file:See
?dputfor details.