R/class.R

#' chatlog class
#'
#' @slot messages The message data of the object
#' @slot chatlog_id The chatlog's ID 
#' @export
setClass("chatlog", slots = list(messages = "data.frame",
                                 chatlog_id = "character"))

Try the TheOpenAIR package in your browser

Any scripts or data that you put into this service are public.

TheOpenAIR documentation built on April 27, 2023, 5:10 p.m.