pa: Print all rows of a data frame or tibble

View source: R/utils.R

paR Documentation

Print all rows of a data frame or tibble

Description

Shortcut to print all rows of a data frame or tibble. Useful to inspect the whole tibble, as it prints by default only the first 20 rows.

Usage

pa(data)

Arguments

data

A data frame or tibble.

Value

Prints data and returns it invisibly.

See Also

print() and printing tibbles.

Examples

df <- dplyr::starwars
pa(df)

verasls/lvmisc documentation built on Feb. 12, 2024, 8:21 a.m.