Displaying 2 results from an estimated 2 matches for "wb_data".
Did you mean:
b_data
2017 Apr 07
2
problema con wb del paquete wbstats
...ion", 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")
Warning message:
In wb(indicator = indicator_long_list[1:4], country = country_list, :
No data was returned for any requested count...
2017 Apr 07
3
problema con wb del paquete wbstats
...<- 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")
>
> Warning message:
>
> In wb(indicator = indicator_long_list[1:4], country = country_list, :
>
&...