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 dput
to a file:
dput(rnorm(20), 'test.txt')
See ?dput
for details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With