Description Usage Arguments Value
View source: R/format-helpers.R
Shows a preview of a tibble/data.frame.
1 | preview_tbl(x, cols = 5, rows = 10, ...)
|
x |
Data to preview. |
cols |
Number of column to preview. |
rows |
Number of rows to preview. |
... |
Additional arguments sent to knitr::kable |
knitr::kable output of data preview.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.