Peek into the data with visdat. If the table is too big you can set how to subset the data frame with peek_mode
1 | peek_visdat(dat, max_rows = 1000, peek_mode = "head")
|
dat |
Table to peek |
max_rows |
Max rows to peek and visualize |
peek_mode |
Peek mode if number of rows in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.