Learn R Programming

chatAI4R (version 0.3.6)

speakInJA_v2: Speak Clipboard in Japanese

Description

This function reads aloud the clipboard content 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_v2()

Arguments

Value

A message indicating the completion of the speech is returned.

Author

Satoshi Kume

Details

Speak Clipboard in Japanese on MacOS System

Examples

Run this code
if (FALSE) {
  # Copy some text into your clipboard in RStudio and then run the function
  speakInJA_v2()
}

Run the code above in your browser using DataLab