Displaying 5 results from an estimated 5 matches for "iso3c".
Did you mean:
iso3
2017 Apr 07
2
problema con wb del paquete wbstats
....
Corro el siguiente programa:
>wb_cache_7_4_17 <- wbcache(lang="es")
>ed_search <- wbsearch("educacion", cache = wb_cache_7_4_17)
>ed_search <- ed_search[grepl("secundario", ed_search$indicator)==T,]
>country_list <-
wb_cache_7_4_17$countries$iso3c[which(wb_cache_7_4_17$countries$region !=
"Aggregates")]
>indicator_long_list <- ed_search$indicatorID
>wb_data <- wb(indicator = indicator_long_list[1:4], country =
country_list, startdate = 2005, enddate = 2015, cache = wb_cache_7_4_17,
removeNA = F, lang="es")
War...
2017 Apr 07
3
problema con wb del paquete wbstats
...cache_7_4_17 <- wbcache(lang="es")
>
> >ed_search <- wbsearch("educacion", cache = wb_cache_7_4_17)
>
> >ed_search <- ed_search[grepl("secundario", ed_search$indicator)==T,]
>
> >country_list <-
>
> wb_cache_7_4_17$countries$iso3c[which(wb_cache_7_4_17$countries$region !=
>
> "Aggregates")]
>
> >indicator_long_list <- ed_search$indicatorID
>
> >wb_data <- wb(indicator = indicator_long_list[1:4], country =
>
> country_list, startdate = 2005, enddate = 2015, cache = wb_cache_7_4_17...
2024 Aug 09
1
WDI package commands timing out and not working
...str(dat1EU)
'data.frame': 44 obs. of 6 variables:
$ country : chr "European Union" "European Union" "European Union" "European Union" ...
$ iso2c : chr "EU" "EU" "EU" "EU" ...
$ iso3c : chr "EUU" "EUU" "EUU" "EUU" ...
$ year : int 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 ...
$ NY.ADJ.NNAT.GN.ZS: num 9.13 9.57 9.36 7.83 5.67 ...
..- attr(*, "label")= chr "Adjusted savings: net nati...
2024 Aug 09
2
WDI package commands timing out and not working
? Thu, 8 Aug 2024 12:43:23 +0530
Anupam Tyagi <anuptyagi at gmail.com> ?????:
> In open.connection(con, "rb") :
> URL
> 'https://api.worldbank.org/v2/en/country/OED/indicator/NY.ADJ.NNAT.GN.ZS?format=json&date=1977:2020&per_page=32500&page=1':
> Timeout of 60 seconds was reached
If you try to open the link in the browser, does it work? How long
2024 Aug 09
1
WDI package commands timing out and not working
...ata.frame': 44 obs. of 6 variables:
> $ country : chr "European Union" "European Union" "European
> Union" "European Union" ...
> $ iso2c : chr "EU" "EU" "EU" "EU" ...
> $ iso3c : chr "EUU" "EUU" "EUU" "EUU" ...
> $ year : int 1977 1978 1979 1980 1981 1982 1983 1984 1985
> 1986 ...
> $ NY.ADJ.NNAT.GN.ZS: num 9.13 9.57 9.36 7.83 5.67 ...
> ..- attr(*, "label")= chr "Adjust...