Description Usage Arguments Value Examples
Get the courses for which you mentor
1 | get_mentor_courses(h = NULL, user = NULL, passwd = NULL)
|
h |
A valid handle to a Mathable session (logged in and cookies in jar) |
user |
Your username, e.g. <netid>@netmath.illinois.edu |
passwd |
Your password Mathable password |
A data frame with columns:
StudentCourseRecordId
The student course record id for the
Mentor, who is always a student in the courses they have access to Mentor
CourseId
The fully-qualified Mathable course ID
CourseName
The "short name" of the course
CourseCode
The code for the course which usually includes the
abbreviated course name (e.g. MATH220), the year it was created and the
section (e.g. MM, HS or semester for EGR sections)
1 2 3 4 5 6 7 8 9 | ## Not run:
# Use an existing session
session <- login("mkemp6@netmath.illinois.edu", "<passwd>")
get_mentor_courses(h = session$handle)
# Or login on the fly (does not preserve session for subsequent calls)
get_mentor_courses(user = "mkemp6@netmath.illinois.edu", passwd = "<passwd>")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.