summarise_academic: summarise academic

View source: R/mungers.R

summarise_academicR Documentation

summarise academic

Description

[Experimental]

Calculates a summary of grades.

Usage

summarise_academic(
  d,
  include_grades = FALSE,
  zf_text = "ZF",
  zf_long_text = "zero fail"
)

Arguments

d

a data frame with grades in it, grouped by relevant

include_grades

true / false: do you want to include a list of the grades as well?

zf_text

The text for ZF / NPE / FNS grades

zf_long_text

The longer text for 'zero fail' or 'non-participating enrolment' or 'FNS'

Value

a summarised data frame


benwhicks/retention.helpers documentation built on Feb. 6, 2023, 5:02 p.m.