This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can't view the last rows

Hi admins and all,

Would you please explain why Rstudio doesn't allow me to view the last rows? Is that because the limit is 1000 rows. I have to use the tail command to view the last rows. Thank you so much!

enter image description here

scrna-seq

1 answer

Why you don't use tail(file, n=number_of_rows)?

Thank you! Yes, it worked.

Log in to answer this question.