library(maps) library(tidyverse) library(ggplot2) library(readxl) library(dplyr) ... data_effect %>% mutate(country = strsplit(as.character(country), ...
確定! 回上一頁