get_all_grades: Get the all grades your students for the courses you mentor

Description Usage Arguments Value Examples

Description

Get the all grades your students for the courses you mentor

Usage

1
2
get_all_grades(h = NULL, user = NULL, passwd = NULL, name = NULL,
  all_students = FALSE, active = FALSE)

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

all_students

Boolean, should all of the grades be pulled, or just the logged in Mentor's?

active

Boolean, should only the active students be pulled?

Value

A data frame with columns:

Examples

1
2
3
4
5
## Not run: 
session <- login("mkemp6@netmath.illinois.edu", "<passwd>")
get_all_grades(h = session$handle, name = session$name)

## End(Not run)

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