2

I installed the WHO (World Health Organization) dataset successfully. And run the following code to get the specific data and I got the error message:

library(WHO)
WHMDGHIVN <- get_data("MDG_0000000017")

Error in curl::curl_fetch_memory(url, handle = handle) : Operation was aborted by an application callback

I did the similar code before, and it works and displays the data. Here is the code I ran successfully:

library(WHO)    
WHMDG <- get_data("MDG_0000000016")   
View(WHMDG)
pogibas
  • 27,303
  • 19
  • 84
  • 117
Yichen Gu
  • 21
  • 1
  • 2
  • Can't reproduce – pogibas Aug 06 '18 at 11:33
  • Possible duplicate of [Error in curl::curl\_fetch\_memory(url, handle = handle) : Couldn't connect to server in R: oauth2.0\_token())](https://stackoverflow.com/questions/39285570/error-in-curlcurl-fetch-memoryurl-handle-handle-couldnt-connect-to-ser) – jay.sf Aug 06 '18 at 11:48

0 Answers0