zead: Print the head of a data frame/tibble

View source: R/printing.R

zeadR Documentation

Print the head of a data frame/tibble

Description

This is just a convenience function that takes the head of a data frame and prints it using print.data.frame(), which will display all olumns, even if the data frame is a tibble.

Usage

zead(df, n = 6L, ...)

Arguments

df

A data frame, tibble, etc.

n

Number of rows to grab with head

...

Additional arguments for print.data.frame


burchill/zplyr documentation built on Feb. 2, 2023, 11:01 a.m.