get_single_assignment_in_course: Get single assignment in course

Description Usage Arguments Value Examples

View source: R/simple_functions.R

Description

Get the information of a single assignment in a course

Get the information of a single assignment in a course

Usage

1
2
3
get_single_assignment_in_course(course_id, assignment_id)

get_single_assignment_in_course(course_id, assignment_id)

Arguments

course_id

the canvas id of the course (integer)

assignment_id

the canvas id of the assignment (integer)

Value

A dataframe containing information about a specified assignment from a specified course.

A dataframe containing information about a specified assignment from a specified course.

Examples

1
2
3
get_single_assingment_in_course(6348, 10234)

get_single_assingment_in_course(6348, 10234)

ICTO-FMG/uvacanvas documentation built on Jan. 24, 2022, 5:16 a.m.