Use the .keep argument in dplyr::mutate() to control which variables to retain after mutating to create new variables.
TIL: dplyr::mutate()'s .keep argument
Use the .keep argument in dplyr::mutate() to control which variables to retain after mutating to create new variables.