Try using ifelse() instead of case_when() : data<- data|> mutate(region = ifelse( Country == "France" , "France",region) ).
確定! 回上一頁