Shorthand for `targets::tar_load_everything(envir = .GlobalEnv)`. Loads all
targets and globals into the global environment.
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
} # }