Assign tasks for interpretation on Wildtrax
Usage
wt_assign_tasks(
wt_task_template_in,
interp_hours,
wt_task_output_file,
interp_hours_column,
random_seed = NULL
)
Arguments
- wt_task_template_in
Path to csv template downloaded from Wildtrax platform https://wildtrax.ca listing all tasks. Alternatively, can be a data.frame that is correctly formatted using
wildRtrax::wt_make_aru_tasks()
. Seevignette("Misc")
for details.- interp_hours
Path to number of hours for each interpreter or a data.table. If a file, must be csv and must include the columns "transcriber" and whatever the variable
interp_hours_column
is.- 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