wt_assign_tasks {ARUtools} | R Documentation |
Assign tasks for interpretation on Wildtrax
Description
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
|
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 |
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 |
Value
Returns a list with a tibble of assigned tasks and a summary tibble.
Examples
task_output <- wt_assign_tasks(
wt_task_template_in = task_template,
wt_task_output_file = NULL,
interp_hours = template_observers,
interp_hours_column = hrs,
random_seed = 65122
)
[Package ARUtools version 0.6.2 Index]