fetch_student_subject_summary_from_subject: Gets a beefed up table of student data by subject

fetch_student_subject_summary_from_subjectR Documentation

Gets a beefed up table of student data by subject

Description

[Experimental]

Given a subject filtering this returns a data table with one row per student per subject per session with as much demographic, retention and academic data as possible. By default it only includes flags with the concerns: course requirement, low activity, non submission and prior performance

You must have the retention.data package loaded for this to work, or the equivalent tables.

Usage

fetch_student_subject_summary_from_subject(
  subject_filter_string = ".",
  concerns = c("course requirement", "low activity", "non submission",
    "prior performance")
)

Arguments

subject_filter_string

A regex expression used to filter on the course

concerns

A list of options from for the concern field in the flags table.

Value

a data frame, one row per student per subject per session


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