unmorse | R Documentation |
Decode a string with Morse code.
unmorse(string, sep = "/")
string |
A character vector of length 1 to decode. |
sep |
Separator between code words. |
Decoded string.
unmorse(".-/./.-", sep = "/") unmorse(".-/a/.", sep = "/") unmorse(morse("a^^a"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.