You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
col_select should work with selection helpers, e.g. it should be possible to do get_spd(col_select = c("pc7", dplyr::starts_with("hscp")) but this doesn't work. I guess it's something to do with how it's being passed between functions and tied up with 'non-standard evaluation' etc. which just hurts my head!
The text was updated successfully, but these errors were encountered:
col_select
should work with selection helpers, e.g. it should be possible to doget_spd(col_select = c("pc7", dplyr::starts_with("hscp"))
but this doesn't work. I guess it's something to do with how it's being passed between functions and tied up with 'non-standard evaluation' etc. which just hurts my head!The text was updated successfully, but these errors were encountered: