Wrapper around extract_student_info(), extract_phd_info(), and
extract_multirole_info().
Usage
extract_info(
assignment = c("diversity", "preference", "phd", "multirole"),
...
)Details
Explicit argument guide by assignment:
For
assignment = "diversity",extract_info()forwards...toextract_student_info().Required arguments:
dframeself_formed_groupseither:
d_mat, ordemographic_cols, so Gower dissimilarity is computed internally
Optional arguments:
skills, which can be supplied or set toNULL
For
assignment = "preference",extract_info()forwards...toextract_student_info().Required arguments:
dframeself_formed_groupspref_mat
For
assignment = "phd",extract_info()forwards...toextract_phd_info().Required arguments:
student_dfp_matd_mat
Optional arguments:
e_mode, which uses the default fromextract_phd_info()C, which uses the default fromextract_phd_info()s, which uses the default fromextract_phd_info()
For
assignment = "multirole",extract_info()forwards...toextract_multirole_info().Required arguments:
student_dfd_mat
Optional arguments:
p_ta_matandp_gr_mate_mode,C,s, andsingle_semester
This wrapper does not parse YAML files. YAML-based parameter extraction
remains available via extract_params_yaml().