Skip to contents

This function returns a dataframe with the translated string for each engine.

Usage

mozhi_all(from, to, str, instance = NULL)

Arguments

from

Source language. Specify it with the code following the ISO 639 standard

to

Specify it with the code following the ISO 639 standard

str

Text to translate

instance

The Mozhi instance URL you want to use

Examples

if (FALSE) { # \dontrun{
mozhi_all(from = "es", to = "en", str = text)
} # }