is_chatlog | R Documentation |
This function checks if an object is of class "chatlog".
is_chatlog(object)
object |
An R object to check |
TRUE if the object is of class "chatlog", FALSE otherwise
Ulrich Matter umatter@protonmail.com
is_chatlog("Hello, World!")
# [1] FALSE
chat <- new("chatlog")
is_chatlog(chat)
# [1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.