Indicate if this expression only selects columns (optionally with aliasing)
Description
This can include bare columns, column matches by regex or dtype, selectors and exclude ops, and (optionally) column/expression aliasing.
Usage
<Expr>$meta$is_column_selection(..., allow_aliasing = FALSE)
Arguments
…
|
These dots are for future extensions and must be empty. |
allow_aliasing
|
If FALSE (default), any aliasing is not considered pure
column selection. Set TRUE to allow for column selection
that also includes aliasing.
|
Value
A logical value.
Examples
#> [1] TRUE
#> [1] FALSE
#> [1] TRUE
#> [1] FALSE
#> [1] TRUE