search for: dat1eu

Displaying 4 results from an estimated 4 matches for "dat1eu".

Did you mean: dat1
2024 Aug 09
1
WDI package commands timing out and not working
...sitting in front of the API, but it's > relatively non-aggressive. I could only get it to deny my request by > accessing it through Tor. ;-\ In R (but *not* inside RStudio), I see {from Zurich, Switzerland}, > require(WDI) Loading required package: WDI > system.time(dat1EU <- WDI(indicator = c('NY.ADJ.NNAT.GN.ZS', 'NY.GNS.ICTR.GN.ZS'), country = c('EU'), start=1977, end=2020)) user system elapsed 0.466 0.028 5.828 > > str(dat1EU) 'data.frame': 44 obs. of 6 variables: $ country : chr...
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
...gt; > relatively non-aggressive. I could only get it to deny my request by > > accessing it through Tor. > ;-\ > > In R (but *not* inside RStudio), I see {from Zurich, Switzerland}, > > > require(WDI) > Loading required package: WDI > > system.time(dat1EU <- > WDI(indicator = c('NY.ADJ.NNAT.GN.ZS', 'NY.GNS.ICTR.GN.ZS'), country > = c('EU'), start=1977, end=2020)) > > user system elapsed > 0.466 0.028 5.828 > > > > str(dat1EU) > 'data.frame': 44 obs. of 6 vari...
2024 Aug 08
1
WDI package commands timing out and not working
...he 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', 'NY.GNS.ICTR.GN.ZS'), country = c('EU'), start=1977, end=2020) > dat1OED = WDI(indicator = c('NY.ADJ.NNAT.GN.ZS', 'NY.GNS.ICTR.GN.ZS'), country = c('OED'), start=1977, end=2020)Warning message: In open.con...