I am intending on translating simple text in string variables in datasets with R. I have looked at the translateR package but following the example in the help file I stumbled across the need for a Google API access.
This is not a free service as I have become aware. There are other APIS (Bing for example) but I guess there is no way in R to get to it?
Any ideas on how to mass translate certain string data in a data frame? Or what I could look into?