Learn R Programming

vvcanvas (version 0.0.8)

get_conversations: Retrieves conversations.

Description

This function retrieves all details concerning conversations of the user.

Usage

get_conversations(canvas)

Value

Returns a data frame containing the details of conversations for the current user, most recent ones first.

Arguments

canvas

An object containing the Canvas API key and base URL, obtained through the canvas_authenticate function.

See Also

get_single_conversation() and create_conversation().