View source: R/translate_to_morse_audio.R
translate_to_morse_audio | R Documentation |
This function takes an English text string as input and translates it to Morse code with an audio output using the FunTranslations API.
translate_to_morse_audio(text, api_key = NULL)
text |
A character string containing the English text to be translated. |
api_key |
(optional) Your FunTranslations API key, if you have a paid subscription. |
A list containing the translated Morse code text, the Morse code audio as a base64-encoded string, and other metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.