Excluding multiple columns based on unquote-splicing (!!!)
问题 Trying to exclude multiple columns in a call to tidyr::gather() which are served as inputs to my function via a character vector argument (output of shiny::selectInput ) instead of via ... in a programmatic way How would I do that with tidy eval functionality? Since I pass multiple column names via a single function argument, I thought I needed to use !!! (unquote-splicing) instead of !! as layed out in Programming with dplyr. But that doesn't seem to play nicely with tidyselect::vars_select(