daranzolin / rcanvas

R Client for Canvas LMS API
Other
90 stars 43 forks source link

pagination on get_course_analytics_data #59

Open cgiannoulis opened 2 years ago

cgiannoulis commented 2 years ago

Might you have any ideas how to handle pagination issues when I use get_course_analytics_data. I have in one course approx 1800 students, and the report stops at 100.

science <- get_course_analytics_data(course_id = 79909, type = "student_summaries"). I am looking to get a list of page viws and participation per student on this course.

I know this package has a life of its own even if the original brilliant creator moved on...with his life...so I am hoping for a miracle... Any ideas on how to handle this? thank you...