powered by
Select columns using tidy eval
tidyselector(data, ...)
data frame
vars to select
Data with selected columns.
# NOT RUN { ## data with row names d <- data.frame(x = rnorm(5), y = rnorm(5), row.names = letters[1:5]) ## select only x tidyselector(d, x) # }
Run the code above in your browser using DataLab