if (FALSE) {
# Translate a single text
toItalian2("Hallo Welt!", auth_key = "my_key")
# Translate multiple texts and return the detected language
texts <- c("Me llamo Fred.", "Je suis médecin.", "Ich komme aus der Schweiz.")
toItalian2(texts, get_detect = T, auth_key = "x")
}
Run the code above in your browser using DataLab