Learn R Programming

lvmisc (version 0.1.2)

pa: 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)

Value

Prints data and returns it invisibly.

Arguments

data

A data frame or tibble.

See Also

Examples

Run this code
df <- dplyr::starwars
pa(df)

Run the code above in your browser using DataLab