Get the root column names
Description
This returns the names of input columns. Use
$meta$output_name()
to get the name of output column.
Usage
<Expr>$meta$root_names()
Value
A character vector
Examples
#> [1] "alice" "eve"
This returns the names of input columns. Use
$meta$output_name()
to get the name of output column.
<Expr>$meta$root_names()
A character vector
#> [1] "alice" "eve"