setpair: Sets languages pair for translation

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/rmymemory.R

Description

Function can be used to set default languages pair for translation with rmymemory package.

Usage

1
setpair(from, to)

Arguments

from

ISO2 code of origin language, e.g. "en" or "de"

to

ISO2 code of target language

Details

Default languages pair is English to Russian.

Value

Function returns nothing.

Author(s)

Alexander Gedranovich <gedranovich@gmail.com>

References

http://mymemory.translated.net/

See Also

translate

Examples

1
2
# Set language pair for German to Spain translation
setpair("de", "es")

redmode/rmymemory documentation built on May 27, 2019, 4:04 a.m.