Relative Content

Tag Archive for rdplyrdata-manipulation

dplyr select for a consecutive range interprets column name as object

I have a tibble, for which I would like to add a prefix to multiple columns in the middle (the tibble in the MRE is just an example the resembles the larger actual tibble).
As these columns are all in a block, I would like to use the dplyr select(firstcol:lastcol) notation.