When trying to import a Google page using the gs_read() function, the following error message appears:
Error in curl :: curl_fetch_memory (url, handle = handle): Peer certificate cannot be authenticated using CA certificates
I follow this vignette and get an error when using the code:
oceania <- gap %>% gs_read(ws = "Oceania")
I found similar problems for Ubuntu and php , but nothing that was able to help me.
Does anyone know why I am getting this error and how to fix it?
I am using R 3.3.2 and Windows 7.
source share