Skip to content
Prev 353681 / 398503 Next

All results not showing in console (very large dataset)

Hi Aureus,
I think you have cut and pasted the text in the console window when
you say "saving to text". One way to get the entire output of your
test is:

sink('"simper_test.txt")
# run your test code here
sink()

The output will be in the file "simper_test.txt"

Jim
On Sun, Aug 16, 2015 at 7:10 PM, Aureus <hazel_knipe at hotmail.co.uk> wrote: