epi_list_head: Print first few rows of each element of a list

View source: R/epi_list_head.R

epi_list_headR Documentation

Print first few rows of each element of a list

Description

epi_list_tail() Prettier print of lists for head and tail

Usage

epi_list_head(list = NULL, rows = 3, max = length(list))

Arguments

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

Author(s)

Antonio Berlanga-Taylor <\url{https://github.com/AntonioJBT/episcout}>

Examples


## Not run: 
epi_list_head(as.list(df), 5, 4)

## End(Not run)


AntonioJBT/episcout documentation built on June 8, 2024, 7:47 a.m.