Skip to content
Prev 11520 / 21312 Next

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

(Keeping the devel mailing list in the loop, so that  others with 
similar questions / answers can benefit / contribute)
On 09/08/2017 04:41 PM, Arman Shahrisa wrote:
in the vignette you could give the user a taste for what they'll see 
with `head()` in an evaluated chunk, and mention that they could use 
`View()` in a non-evaluated chunk, something like


   ```{r}
   x = ...
   head(x)
   ```

To explore this object interactively, try

   ```{r, eval=FALSE}
   View(x)
   ```

Martin
This email message may contain legally privileged and/or...{{dropped:2}}