Displaying 5 results from an estimated 5 matches for "wbstats".
2018 Jan 10
0
Release of wbstats 0.2 on CRAN
Hi all
I'm happy to announce a new version of wbstats is now available on CRAN.
wbstats is an R package for searching and downloading data from the World Bank API that includes access to all annual, monthly, and quarterly indicators
in addition to bug fixes. Version 0.2 now
* Uses version 2 of the World Bank API. This includes data that is unav...
2018 Jan 10
0
Release of wbstats 0.2 on CRAN
Hi all
I'm happy to announce a new version of wbstats is now available on CRAN.
wbstats is an R package for searching and downloading data from the World Bank API that includes access to all annual, monthly, and quarterly indicators
in addition to bug fixes. Version 0.2 now
* Uses version 2 of the World Bank API. This includes data that is unav...
2017 Apr 07
3
problema con wb del paquete wbstats
...os, hoy no y daría vacío.
>
>
>
> Javier Rubén Marcuzzi
>
>
>
> *De: *Sebastian Kruk <residuo.solow en gmail.com>
> *Enviado: *viernes, 7 de abril de 2017 11:56
> *Para: *Lista R <r-help-es en r-project.org>
> *Asunto: *[R-es] problema con wb del paquete wbstats
>
>
>
> Estimados Usuarios-R:
>
>
>
> Muy buenos días.
>
>
>
> Tengo un problema con la librería wbstats.
>
>
>
> Corro el siguiente programa:
>
>
>
> >wb_cache_7_4_17 <- wbcache(lang="es")
>
> >ed_search <- wbs...
2016 Apr 22
0
New Package on CRAN: wbstats
Hello,
I wanted to announce the release of a new package on CRAN wbstats.
>From the description "Tools for searching and downloading data and statistics from the World Bank Data API (http://data.worldbank.org/developers/api-overview) and the World Bank Data Catalog API (http://data.worldbank.org/developers/data-catalog-api)"
Here is a (hopefully) useful v...
2017 Apr 07
2
problema con wb del paquete wbstats
Estimados Usuarios-R:
Muy buenos días.
Tengo un problema con la librería 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$...