tar_rep_run_map_rep {tarchetypes}R Documentation

Run a rep in tar_rep().

Description

Not a user-side function. Do not invoke directly.

Usage

tar_rep_run_map_rep(rep, expr, batch, seeds, envir)

Arguments

rep

Rep number.

expr

R expression to run.

batch

Batch number.

seeds

Random number generator seeds of the batch.

envir

Environment of the target.

Value

The result of running expr.

Examples

# See the examples of tar_rep().

[Package tarchetypes version 0.11.0 Index]