Returns the translation of a name. You must specify the name to translate and the target language for the translation.
ros_name_translation(name, target_language, target_scheme = NULL, target_script = NULL, entity_type = NULL, source_language_origin = NULL, source_language_use = NULL, source_script = NULL)
PERSON
, LOCATION
or
ORGANIZATION
(optional)ros_name_translation("معمر محمد أبو منيار القذاف", "eng")#> $translation #> [1] "Mu'ammar Muhammad Abu-Minyar al-Qadhaf" #> #> $targetLanguage #> [1] "eng" #> #> $targetScript #> [1] "Latn" #> #> $targetScheme #> [1] "IC" #> #> $confidence #> [1] 0.06856099 #> #>