Plot the Progression of the Students in the Data Science Exercises

progression_plot(login, course, module = NULL, sdd_url)

Arguments

login

The student (GitHub) login.

course

The institutional identifier of the course, e.g., "S-BIOG-015".

module

The module to restrict to, or NULL for all modules in the course.

sdd_url

The URL to the SDD MongoDB database.

Value

This function is used for its side-effect of plotting a chart comparing the student and the class progression.

Author

: Philippe Grosjean (phgrosjean\@sciviews.org)

Examples

#progression_plot(<insert_login_here, "S-BIOG-015",
#  module = NULL, sdd_url = "mongodb://127.0.0.1:27017/sdd")