col_name <- "col"
df %>% dplyr::mutate(new_col = !!dplyr::sym(col_name))