Skip to content

Instantly share code, notes, and snippets.

View MatthieuStigler's full-sized avatar

Matthieu MatthieuStigler

View GitHub Profile
@MatthieuStigler
MatthieuStigler / tidyselect_colnames_benchmark.md
Created November 22, 2020 21:12
Extracing columns names with tidyselect: fastest implementation?
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union