I have a variable with class "character", for example:
class(itc$`Mobile-cellular telephone subscriptions`)
[1] "character"
(itc$`Mobile-cellular telephone subscriptions`)
[1] "19'709'038" "3'400'955" "43'227'643" "71'336" "13'884'532"
When I use as.numeric
all the values becomes NA.