-
@Cghlewis I think they're identical. The
all_of()
basically does the tidyselect on rename_vec. Here I'm doing !!! to evaluate the vector directly. You end up in the same place.
all_of()
basically does the tidyselect on rename_vec.
Here I'm doing !!! to evaluate the vector directly. You end up in the same place.