gct_translate | R Documentation |
Translates text strings using the Google Cloud Translation API.
gct_translate(q, source = NULL, target, format = "html", key)
q |
(character vector) Text strings to translate. |
source |
(character) Source language code. If |
target |
(character) Target language code. |
format |
(character) Format of |
key |
(character) API key |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.