This should do the trick: scores %>% dplyr::mutate_at(vars(Col25:Col36), str_match, "[:digit:]"). This applies the str_match function across ...
確定! 回上一頁