View source: R/linguee_external_sources.R
linguee_external_sources | R Documentation |
Retrieve external sources using Linguee Translation API
linguee_external_sources(query, src, dst, limit = 5)
query |
The word or phrase for which you want to retrieve external sources. |
src |
The source language of the word or phrase. Accepts language codes such as "en", "es", "fr", etc. |
dst |
The target language for the external source retrieval. Accepts language codes such as "en", "es", "fr", etc. |
limit |
The maximum number of external sources to retrieve. Defaults to 5. |
A dataframe of external sources with columns: src, dst, src_url, dst_url.
linguee_word_translation, linguee_translation_examples
linguee_external_sources(query = "hello", src = "en", dst = "es")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.