View source: R/wt_assign_tasks.R
wt_assign_tasks | R Documentation |
Assign tasks for wildtrax interpretation
wt_assign_tasks(
wt_task_template_in,
interp_hours_file,
wt_task_output_file,
interp_hours_column,
random_seed = NULL
)
wt_task_template_in |
Path to csv template downloaded from WilldTrax website listing all tasks |
interp_hours_file |
Path to number of hours for each interpreter. Must be csv and include |
wt_task_output_file |
Path to csv of output file for uploading to wildtrax. If left as NULL will not write file |
interp_hours_column |
LazyEval column name with hours for interpreters |
random_seed |
Integer. Random seed to select with. If left NULL will use timestamp |
Returns a list with a tibble of assigned tasks and a summary tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.