Learn R Programming

TheOpenAIR (version 0.1.0)

clear_chatlog: Clear a chat log

Description

This function clears a chat log, leaving only the initial (system) message.

Usage

clear_chatlog(chatlog_id = ".__CURRENTCHAT__")

Value

This function does not return anything.

Arguments

chatlog_id

character string indicating the name of the chat log to clear. Default is ".__CURRENTCHAT__".

Author

Ulrich Matter umatter@protonmail.com

Examples

Run this code
if (FALSE) {
# Clear the current chat log
clear_chatlog()
}

Run the code above in your browser using DataLab