View source: R/delarr-observe.R
| explain | R Documentation |
Explain a delayed execution plan
explain(
x,
chunk_size = NULL,
chunk_margin = c("cols", "rows"),
target_bytes = NULL,
optimize = TRUE
)
x |
A |
chunk_size |
Optional chunk size hint. |
chunk_margin |
Chunking axis for non-reduction materialization. |
target_bytes |
Optional memory budget used for adaptive chunking. |
optimize |
Logical; whether to explain the optimized DAG. |
An object of class delarr_explain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.