Column names as symbols
Examples
intersect(col_syms(iris), ensyms2(tidyselect::starts_with("S"), .tidy=iris))
#> [[1]]
#> Sepal.Length
#>
#> [[2]]
#> Sepal.Width
#>
#> [[3]]
#> Species
#>
Column names as symbols
intersect(col_syms(iris), ensyms2(tidyselect::starts_with("S"), .tidy=iris))
#> [[1]]
#> Sepal.Length
#>
#> [[2]]
#> Sepal.Width
#>
#> [[3]]
#> Species
#>