| explain | R Documentation |
Shows the node types, column schemas, and structure of the lazy query plan.
explain(x, ...)
x |
A |
... |
Ignored. |
Invisible x.
f <- tempfile(fileext = ".vtr")
write_vtr(mtcars, f)
tbl(f) |> filter(cyl > 4) |> select(mpg, cyl) |> explain()
unlink(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.