pa | R Documentation |
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)
data |
A data frame or tibble. |
Prints data
and returns it invisibly.
print()
and
printing tibbles.
df <- dplyr::starwars
pa(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.