Skip to contents

[Experimental]

Takes a data frame with grade and other variables for grouping and returns the a data frame with the grouping variables and gpa.

Usage

add_gpa_by(d, ...)

Arguments

d

a data frame

...

grouping variables, passed to group_by

Value

a data frame