wt_assign_tasks: Assign tasks for wildtrax interpretation

View source: R/wt_assign_tasks.R

wt_assign_tasksR Documentation

Assign tasks for wildtrax interpretation

Description

Assign tasks for wildtrax interpretation

Usage

wt_assign_tasks(
  wt_task_template_in,
  interp_hours_file,
  wt_task_output_file,
  interp_hours_column,
  random_seed = NULL
)

Arguments

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

Value

Returns a list with a tibble of assigned tasks and a summary tibble.


dhope/ARUtools documentation built on Jan. 18, 2024, 5:47 a.m.