text_to_morse_chars: Convert ASCII text to morse code

Description Usage Arguments Value Examples

View source: R/morse.R

Description

Convert ASCII text to morse code

Usage

1

Arguments

text

The text to convert. Ignores anything except the letters a-z (both upper and lower case), numbers, and spaces.

Value

A character string of Morse code.

Examples

1
text_to_morse_chars("SOS SOS SOS")

xmarquez/morsecode documentation built on Jan. 23, 2022, 12:47 p.m.