【发布时间】:2021-03-04 23:34:15
【问题描述】:
Country<-c(" Germany"," France", "Greece"," United-State", "Spain")
Country
例如Germany、France和United-State之前有空格
[1] " Germany" " France" "Greece" " United-State" "Spain"
我想取消国家名称前的所有空格,以便有这样的:
[1] "Germany" "France" "Greece" "United-State" "Spain"
【问题讨论】:
标签: r