get_mentor_courses: Get the courses for which you mentor

Description Usage Arguments Value Examples

Description

Get the courses for which you mentor

Usage

1
get_mentor_courses(h = NULL, user = NULL, passwd = NULL)

Arguments

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

Value

A data frame with columns:

Examples

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)

McClellandLegge/netmathtools documentation built on May 7, 2019, 4:55 p.m.