My Posts
Original post: rcanvas + the tidyverse rcanvas continues to grow. Thanks to the recent contributions from Chris Hua, getting user groups, anno
Thanks James, we took your advice and just deployed a hot fix for rcanvas that (we think) handles pagination well. The gritty details are in process_r
This is helpful, thanks Tyler. But what happens if the Link header does not return a "last" url, as warned here: Pagination - Canvas LMS REST API Docu
Well, I don't know if this is faster, but I translated your process into an R function. Gist here: Function to obtain course gradebook from Canvas · G
Strong work here, @garth , thanks. But is this really the easiest way to get a course gradebook? Iterate through every assignment id and format the o
Thanks Parsa! But alas, I don’t think the syllabus is a file upload. Shameless plug: here’s how I’d make the same API call with rcanvas: get_cour
Thanks Garth, that's good advice.
Hi everyone, My organization would like to know when a syllabus was edited by an instructor. Does that action get timestamped anywhere?
Hi everyone, For any useRs out there, I just started to put together an R Client for the Canvas API. It's pretty early in the development stage, an