| glimpse | R Documentation |
Shows column names, types, and a preview of the first few values without collecting the full result.
glimpse(x, width = 5L, ...)
x |
A |
width |
Maximum number of preview rows to fetch (default 5). |
... |
Ignored. |
Invisible x.
f <- tempfile(fileext = ".vtr")
write_vtr(mtcars, f)
tbl(f) |> glimpse()
unlink(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.