fetch_former_fails | R Documentation |
Given a session this fetches students that have failed 50% or more of their subjects
in the previous 1 - 3 sessions. This function collects the session results together, based
on n_prior_sessions
. So if n_prior_sessions == 2
, then it looks at the results in the
two prior major sessions (30, 60, 90) together.
fetch_former_fails(this_session, n_prior_sessions = 3)
session |
Session code - former fails depend on the two previous sessions |
a data frame, one row per student
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.