| cb_register | R Documentation |
Use when auto_mutate/auto_summarise doesn't apply - e.g. variables created via window_order + row_number in a separate pipeline step.
cb_register(
var,
label,
type = NULL,
source = "",
categories = "",
code = "",
block = ""
)
var |
Variable name (character). |
label |
Human-readable description. |
type |
Optional. If NULL, defaults to "character". |
source |
Optional. Source column(s). |
categories |
Optional. Category descriptions. |
code |
Optional. Code that generated the variable. |
block |
Optional. Pipeline block label. |
Invisible NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.