0

I am new to R programming, and I figured out how to do RNA sequence analysis. However, my output only shows some of the lines because it is too long. Is there a way I can make it show every line of outputs?

I tried using the publish function. I also tried max.print = 25000.

je2832
  • 1
  • 4
    It's easier to help you if you include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions. Each package/library may have a different way to print out data so it entirely depends on the specific classes of the data. – MrFlick Aug 30 '23 at 18:39
  • where is the "publish" function from? It's not part of base R AFAIK ... – Ben Bolker Aug 30 '23 at 18:50
  • New contributors should read both [MCVE] and [ask] – IRTFM Aug 30 '23 at 19:04
  • 1
    I would guess that the "publish" function is one of the RStudio buttons that processes an RMarkdown document. If that guess is correct, @je2832 may need some way to write their output to a file. In my experience, writing excessively large amounts of text to the console in RStudio has a tendency to seize up the application (this might be exclusive to R Studio, but I haven't used anything else is so long I couldn't say for sure) – Benjamin Aug 30 '23 at 19:47

0 Answers0