Skip to contents

Retrieve messages from thread object

Usage

thread_retrieve_messages(thread)

Arguments

thread

The thread object to retrieve the messages from

Value

A list of message objects

Examples

if (FALSE) {
thread <- create_thread()
messages <- thread_retrieve_messages(thread)
}