pa {lvmisc}R 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)

[Package lvmisc version 0.1.2 Index]