powered by
This function checks if an object is of class "chatlog".
is_chatlog(object)
TRUE if the object is of class "chatlog", FALSE otherwise
An R object to check
Ulrich Matter umatter@protonmail.com
is_chatlog("Hello, World!") # [1] FALSE chat <- new("chatlog") is_chatlog(chat) # [1] TRUE
Run the code above in your browser using DataLab