powered by
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.
pa(data)
Prints data and returns it invisibly.
data
A data frame or tibble.
print() and printing tibbles.
print()
df <- dplyr::starwars pa(df)
Run the code above in your browser using DataLab