| speakInEN | R Documentation |
This function reads aloud the selected text in English using the MacOS system's 'say' command. It uses the voice specified by the parameter 'systemVoice'. The default voice is "Alex". It only works on MacOS systems.
speakInEN(systemVoice = "Alex")
systemVoice |
The voice to be used for speech. Default is "Alex". |
Speak Selected Text in English on MacOS System
A message indicating the completion of the speech is returned.
Satoshi Kume
## Not run:
# Select some text in RStudio and then run the rstudio addin
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.