Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chainsawriot/mstranslator

An R wrapper for the Microsoft Translator API. Implemented using R5.
https://github.com/chainsawriot/mstranslator

Last synced: 27 days ago
JSON representation

An R wrapper for the Microsoft Translator API. Implemented using R5.

Awesome Lists containing this project

README

        

# mstranslator

An R wrapper for the Microsoft Translator API

## installation

```R
require(devtools)
install_github("mstranslator", "chainsawriot")
```

## Example

```R
chitrans <- translator(client_id="yourclient_id", client_secret="yourSecret", default_toLang="en")
chitrans$translate("Hong Kong R User Group", toLang="ja")
```

## More information

http://msdn.microsoft.com/en-us/library/hh454949.aspx