Skip to contents

For internal purposes only. Not a user-side function.

Usage

target_run_worker(target, envir, path_store, fun, options, envvars)

Arguments

target

A target object.

envir

An environment or the string "globalenv".

path_store

Character of length 1, path to the data store.

fun

Character of length 1, name of the user-side function called to run the pipeline.

options

List, exported from an object of class "tar_options".

envvars

Data frame of targets-specific environment variables from tar_envvars().