Skip to content
Prev 11519 / 21312 Next

[Bioc-devel] How can I remove limit of row numbers that can be printed on console?

Thank you very much for proposing your solution. Unfortunately, it didn?t work. I don?t know why. By another solution worked for me.

Best regards,
Arman

From: Herv? Pag?s<mailto:hpages at fredhutch.org>
Sent: Friday, September 8, 2017 23:50
To: Arman Shahrisa<mailto:shahrisa.arman at hotmail.com>; bioc-devel<mailto:bioc-devel at r-project.org>
Subject: Re: [Bioc-devel] How can I remove limit of row numbers that can be printed on console?

Hi Arman,

You're not saying what kind of object you're trying to print
but if it's a matrix or a data.frame then

   print(x, max=nrow(x))

I'm not sure your users are going to find useful that your
function displays more than 99999 lines on their screen though...

Note that this more a general R programming question than a
Bioconductor question so the R-help mailing list would be a better
place to ask.

Cheers,
H.
On 09/08/2017 11:11 AM, Arman Shahrisa wrote:
--
Herv? Pag?s

Program in Computational Biology
Division of Public Health Sciences
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N, M1-B514
P.O. Box 19024
Seattle, WA 98109-1024

E-mail: hpages at fredhutch.org
Phone:  (206) 667-5791
Fax:    (206) 667-1319