task_spec: Task specification

View source: R/task_spec.R

task_specR Documentation

Task specification

Description

Create task specification list which consists of all the details required to run specific task.

Usage

task_spec(
  alias = NULL,
  package_spec = NULL,
  env = options::opt("check_envvars")
)

Arguments

alias

task alias which also serves as unique identifier of the task.

package_spec

package_spec object

env

environmental variables to be set in separate process running specific task.

See Also

Other tasks: check_task_spec(), checked-task-df, custom_install_task_spec(), install_task_spec(), rev_dep_check_tasks_df(), revdep_check_task_spec(), source_check_tasks_df()


checked documentation built on June 10, 2025, 9:08 a.m.