View source: R/dplyr_custom_functions.R
tp | R Documentation |
Show a sample of all tibble data without hiding columns.
tp(.data = .Last.value, rows = 10)
.data |
a tibble or data frame (default: .Last.value) |
rows |
number of rows to print (default: 10) |
A preview of a tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.