Get the column name that this expression would produce
Description
It may not always be possible to determine the output name as that can
depend on the schema of the context; in that case this will raise an
error if raise_if_undetermined
is TRUE
(the
default), or return NA
otherwise.
Usage
<Expr>$meta$output_name(..., raise_if_undetermined = TRUE)
Arguments
…
|
Ignored. |
raise_if_undetermined
|
If TRUE (default), raise an error if the output name cannot
be determined. Otherwise, return NA .
|
Value
A character vector
Examples
#> [1] "foo"
#> [1] "foo"
#> [1] "foo"
#> [1] "foo"
#> [1] "len"
#> [1] NA