Description Usage Arguments Value Examples
Converts a text into a binary representation of Morse code
1 |
text |
The text to convert. Ignores anything except the letters a-z (both upper and lower case), numbers, and spaces. |
A numeric vector with a binary representation of Morse code (with 1 = dot, 111 = bar, 0 = separator).
1 | text_to_morse_numeric("SOS SOS SOS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.