View source: R/apertium_get_language_pairs.R
apertium_get_language_pairs | R Documentation |
This function retrieves the supported language pairs from the Apertium API.
apertium_get_language_pairs(host = "https://apertium.org/apy")
host |
Host URL for the Apertium API (default is "https://apertium.org/apy"). |
A list of language pairs. Each element contains sourceLanguage and targetLanguage.
pairs <- apertium_get_language_pairs()
head(pairs, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.