Re: [R] All results not showing in console (very large dataset)

2015-08-17 Thread Jim Lemon
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

Re: [R] All results not showing in console (very large dataset)

2015-08-16 Thread John Kane
ON Canada > -Original Message- > From: hazel_kn...@hotmail.co.uk > Sent: Sun, 16 Aug 2015 02:10:51 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] All results not showing in console (very large dataset) > > Hi, > > I have a very large dataset, an

[R] All results not showing in console (very large dataset)

2015-08-16 Thread Aureus
Hi, I have a very large dataset, and have run a simper test on it. However, the output is so large that I cannot see the first sets of results in the console. How can I view them? I have tried saving to text, but it only saves what's in the console. Or is there a way to report the first X numbe