Description Usage Arguments Value
Matchathon master function
1 2 3 4 5 6 7 8 | matchathon(
faculty_df,
student_df,
meeting_slots = 12,
min_fslots = NULL,
f_unavail_df = NULL,
already_met_df = NULL
)
|
faculty_df |
csv of faculty interests |
student_df |
csv of student interests |
meeting_slots |
number of meeting slots |
min_fslots |
minimum number of faculty meeting slots not empty |
f_unavail_df |
dataframe of faculty unavailability (name, time slot) |
already_met_df |
dataframe of faculty students have already met with (student name, faculty name) |
faculty and student schedules and ranked faculty lists for students
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.