The by argument in dplyr::left_join (and friends) expects a list of strings. My code already defines the variables of interest as a list of quosures so I want to avoid writing the list down a second time by converting the list of quosures to a list of strings. (and friend