View source: R/epi_list_head.R
epi_list_head | R Documentation |
epi_list_tail() Prettier print of lists for head and tail
epi_list_head(list = NULL, rows = 3, max = length(list))
list |
a list object to print |
rows |
Number of rows to print, default is 3 |
max |
Maximum number of elements in list to print, default is the length of the list passed |
Antonio Berlanga-Taylor <\url{https://github.com/AntonioJBT/episcout}>
## Not run:
epi_list_head(as.list(df), 5, 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.