tibble_print | R Documentation |
Print a 2-d data.frame or matrix like a tibble
tibble_print(
x,
n = NULL,
width = NULL,
n_extra = NULL,
types = TRUE,
rows = "rows",
cols = "variables"
)
x |
A data frame or matrix |
n |
Number of rows to print |
width |
Display width |
n_extra |
Number of extra columns after width to summarize after main display |
types |
Whether to print the second row with the variable types |
rows |
What rows are called in the end summary |
cols |
What columns are called in the end summary |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.