Displaying 4 results from an estimated 4 matches for "countryexdata".
2017 Sep 07
0
ISO3 code to 7 continents names
...FRA
>
>
> Some of these iso3 codes are repeated and I would like the corresponding continent name, the countrycode package does not seem to distinguish between North and South America. Thanks.
Well it does actually: There are two different region codes:
First load the package that has countryExData. I'm presuming this is:
library(rworldmap)
> table(countryExData$EPI_regions)
Central and Eastern Europ East Asia and the Pacific Europe
19 18 24
Latin America and Caribbe Middle...
2017 Sep 07
2
ISO3 code to 7 continents names
...possible to convert.identify iso3 country names to the seven
> > continent names?
> >
> > # Asia, Africa, Antarctica, Australia, Europe, South America, and North
> > America,
> >
> > I have tried the following:
> >
> > ###
> > region <- merge(countryExData,df,by.x='ISO3V10',by.y='iso3')
> >
> > where df is the name of my dataset with iso3 the identification variable
> > but there seems to be a a lot of missing values.
>
> Please provide a sufficient amount of the dataframe named `df` to allow a
> properly te...
2017 Sep 07
3
ISO3 code to 7 continents names
Dear all.
Is it possible to convert.identify iso3 country names to the seven
continent names?
# Asia, Africa, Antarctica, Australia, Europe, South America, and North
America,
I have tried the following:
###
region <- merge(countryExData,df,by.x='ISO3V10',by.y='iso3')
where df is the name of my dataset with iso3 the identification variable
but there seems to be a a lot of missing values.
Thank you!
Sincerely,
Milu
[[alternative HTML version deleted]]
2017 Sep 07
0
ISO3 code to 7 continents names
...te:
>
> Dear all.
>
> Is it possible to convert.identify iso3 country names to the seven
> continent names?
>
> # Asia, Africa, Antarctica, Australia, Europe, South America, and North
> America,
>
> I have tried the following:
>
> ###
> region <- merge(countryExData,df,by.x='ISO3V10',by.y='iso3')
>
> where df is the name of my dataset with iso3 the identification variable
> but there seems to be a a lot of missing values.
Please provide a sufficient amount of the dataframe named `df` to allow a properly tested response.
>
>...