R: google translate API (packages 'translate' & ''translateR')
I am trying to use the translate and translateR packages with R-Studio. I have created both a 'server' and 'browser' API key. The browser API works fine when running the example: https://www.googleapis.com/language/translate/v2?key=YOUR_API_KEY&q=hello%20world&source=en&target=de However, when using either API key and either package with R-Studio ( translate / translateR ), I obtain an error message. With translate > library(translate) > set.key("mykey") > translate('Hello, world!', 'en', 'de') Error in function (type, msg, asError = TRUE) : SSL certificate problem: unable to get local issuer