search for: ictr

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

Did you mean: ict
2024 Aug 09
1
WDI package commands timing out and not working
...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 "European Union" "European Union" "European Union&q...
2024 Aug 09
1
WDI package commands timing out and not working
...stem. I am using the latest version of WDI. I installed it recently. I checked in the browser using the URL provided in the warning messages: The World Bank web API gave me the indicator in less than a second. > system.time(dat3IN <- WDI(indicator = c('NY.ADJ.NNAT.GN.ZS','NY.GNS.ICTR.GN.ZS','NY.ADJ.DCO2.GN.ZS','NY.ADJ.DNGY.GN.ZS', 'NY.ADJ.DFOR.GN.ZS', 'NY.ADJ.DPEM.GN.ZS', 'NY.ADJ.DMIN.GN.ZS', 'NY.ADJ.DRES.GN.ZS'), country = c('IN'), start=1960)) user system elapsed 0.14 0.01 328.65 Warning messages: 1: In ope...
2024 Aug 08
1
WDI package commands timing out and not working
...ther 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.connection(con, "rb") : URL 'https://api.worldbank.or...
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