Displaying 20 results from an estimated 500 matches similar to: "New Package on CRAN: 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 unavailable in the previous world bank API
*
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 unavailable in the previous world bank API
*
2017 Apr 07
3
problema con wb del paquete wbstats
Estimado Javier:
No se que pasaría.
¿Cual librería usa para descargar los datos del BM?
Saludos,
Sebastián.
El 7 de abril de 2017, 12:07, Javier Marcuzzi<
javier.ruben.marcuzzi en gmail.com> escribió:
> Estimado Sebastian Kruk
>
>
>
> Yo no uso esa librería, pero ¿Qué pasa si en la lista de países que envía
> en la consulta, hay uno que no da resultados? Por decir
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 <-
2018 Jan 23
1
Scraping from different level URLs website
I am doing a research on World Bank (WB) projects on developing countries. To do so, I am scraping their website in order to collect the data I am interested in.
The structure of the webpage I want to scrape is the following:
1. List of countries the list of all countries in which WB has developed projects<http://projects.worldbank.org/country?lang=en&page=>
1.1. By clicking on a
2017 Nov 06
0
New package: data360r to access trade and governance open data
Hi everyone,
We've recently launched data360r, now available on CRAN at https://cran.r-project.org/web/packages/data360r/index.html
This package makes it easy to engage with the APIs of the TCdata360 and Govdata360 open data platforms at https://tcdata360.worldbank.org/ and https://govdata360.worldbank.org/, respectively. These APIs provide access to over 5000 trade, competitiveness, and
2017 Nov 06
0
New package: data360r to access trade and governance open data
Hi everyone,
We've recently launched data360r, now available on CRAN at https://cran.r-project.org/web/packages/data360r/index.html
This package makes it easy to engage with the APIs of the TCdata360 and Govdata360 open data platforms at https://tcdata360.worldbank.org/ and https://govdata360.worldbank.org/, respectively. These APIs provide access to over 5000 trade, competitiveness, and
2024 Aug 09
1
WDI package commands timing out and not working
Thanks, Martin. I am trying this in Bengaluru, India, using R-studio. I
tried downloading a single variable. It happened fast, in less than 5
seconds. I tried downloading six variables, it took much longer, but less
than a minute. Tried eight variables and it did not download even in five
minutes. My internet speed is well above 40Mbps. This should not take that
long. It seems the process timed
2011 Oct 31
1
googleVis motionchart - slow with Date class
Hi,
I am trying to create a googleVis motion chart with monthly data. When formatting the date column as a Date class variable, the plot as presented in the browser becomes considerably slower and very prone to crashing the browser. To illustrate this issue I have modified the WorldBank demo.
### objects from demo("WorldBank", package = "googleVis")
M <-
2012 Apr 09
0
freelance consulting opportunity for R expert (causal inference & data visualization)
SELECTION FOR CONSULTANTS BY THE WORLD BANK
REQUEST FOR EXPRESSIONS OF INTEREST
All Submissions must be made via the World Bank Group's "eConsult2"
system.
Please go to:
https://wbgeconsult2.worldbank.org/wbgec/index.html
Click on "Business Opportunities", and find the following assignment:
Assignment Title: 1067014 - Statistical Analyst with Extensive
Experience in
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
>>>>> Ivan Krylov via R-help
>>>>> on Fri, 9 Aug 2024 15:23:58 +0300 writes:
> ? Thu, 8 Aug 2024 12:43:23 +0530
> Anupam Tyagi <anuptyagi at gmail.com> ?????:
>> In open.connection(con, "rb") :
>> URL
>>
2009 Feb 17
1
using sapply to apply function to some columns of a dataframe
Hello:
I would like to sum every x columns of a dataframe for each row. For instance,
if x is 10, then for dataframe df, this function will sum the first ten elements
together and then the next ten:
sapply(list(colnames(df)[1:10], colnames(df)[11:20]),function(x)apply( df[,x],
1, sum))
If the number of columns is quite large (1000's), then manually entering the
list above is not practical.
2024 Aug 08
1
WDI package commands timing out and not working
There is some problem getting data with the WDI package. It gets data from
World Development Indicators and other databases of The World Bank. I let
the code run for several minutes and nothing happens. Sometimes it gives a
time out message. I ran the same code last year and it worked. Any idea
what the problem is and how to fix it?
> dat1EU = WDI(indicator = c('NY.ADJ.NNAT.GN.ZS',
2024 Aug 09
1
WDI package commands timing out and not working
In the browser the link downloads immediately, in less than a second. I let
the command run in R for five minutes, using R Studio. Nothing happened.
On Fri, 9 Aug 2024 at 17:54, Ivan Krylov <ikrylov at disroot.org> wrote:
> ? Thu, 8 Aug 2024 12:43:23 +0530
> Anupam Tyagi <anuptyagi at gmail.com> ?????:
>
> > In open.connection(con, "rb") :
> > URL
2012 Jan 13
3
The Future of R | API to Public Databases
Dear R Users -
R is a wonderful software package. CRAN provides a variety of tools to
work on your data. But R is not apt to utilize all the public
databases in an efficient manner.
I observed the most tedious part with R is searching and downloading
the data from public databases and putting it into the right format. I
could not find a package on CRAN which offers exactly this fundamental
2007 Jul 24
1
How to add circular text for a graph with concentric circles
Dear R experts,
I am plotting the population of students who live in a city, and in
successive circular bands made of the contiguous districts that surround
the city. This is a stylized figure, where I specify the area of each
successive circle based on the cumulative population of students. I want
to compare two sets of concentric circles across different populations -
such as 'All
2005 Jul 27
0
Please, I looking for halp!
Hi all!
I don't cnow where can i ask about this and I hope you can halp me.
I have a digital voice recorder olymus ds-2300, it's working with
*.dss files (digital speech standart). There is Olympus Dss Player for Windows
but nathing can play it with linux. On olympus development homepage
i found "Sound SDK for WIndows" but they don't wont to make it open.
Please can you
2004 Jul 04
2
smooth non cumulative baseline hazard in Cox model
Hi everyone.
There's been several threads on baseline hazard in Cox model but I think
they were all on cumulative baseline hazard,
for instance
http://tolstoy.newcastle.edu.au/R/help/01a/0464.html
http://tolstoy.newcastle.edu.au/R/help/01a/0436.html
"basehaz" in package survival seems to do a cumulative hazard.
extract from the basehaz function:
sfit <- survfit(fit)
H
2016 Sep 11
3
Using pkgs from centos repos or building pkgs myself?
Hello,
I'm a new centos user, finding that some packages are a little old.
How do you solve this kind of problems? I want to install newer php.
Thank you.
Sincerely,
Xuwen