Skip to contents

Shorthand for `targets::tar_load_everything(envir = .GlobalEnv)`. Loads all targets and globals into the global environment.

Usage

te()

Value

Invisibly returns NULL. Called for side effects (loading targets and globals into the global environment).

Examples

if (FALSE) { # \dontrun{
te()  # Load all targets and globals
} # }