View source: R/clear_chatlog.R
clear_chatlog | R Documentation |
This function clears a chat log, leaving only the initial (system) message.
clear_chatlog(chatlog_id = ".__CURRENTCHAT__")
chatlog_id |
character string indicating the name of the chat log to clear. Default is ".__CURRENTCHAT__". |
This function does not return anything.
Ulrich Matter umatter@protonmail.com
## Not run:
# Clear the current chat log
clear_chatlog()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.