View source: R/act24_assign_primary_activities.R
Determine which of several possible activities is the primary activity, using the Gale-Shapley algorithm
1 2 3 4 5 6 7 8 9 10 11 | assign_primary_activities(info, missing_info, verbose)
pairing_background(info)
get_applications(missing_info, bkgd)
get_s.prefs(apps, iMatches)
get_c.prefs(apps, iMatches, bkgd)
get_preferences(apps, info, bkgd)
|
info |
input from obtained from |
missing_info |
output from |
verbose |
logical. Print updates to console? |
bkgd |
information obtained from |
apps |
application information obtained from
|
iMatches |
subset of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.