Learn R Programming

chatAI4R (version 0.3.6)

speakInJA: Speak Selected Text in Japanese

Description

This function reads aloud the selected text in Japanese using the MacOS system's 'say' command. The function specifically uses the 'Kyoko' voice for the speech. It only works on MacOS systems.

Usage

speakInJA()

Arguments

Value

A message indicating the completion of the speech is returned.

Author

Satoshi Kume

Details

Speak Selected Text in Japanese on MacOS System

Examples

Run this code
if (FALSE) {
  # Select some text in RStudio and then run the rstudio addins
}

Run the code above in your browser using DataLab