Skip to contents

Convenience function to make and load an object when working interactively with a targets workflow. Calls `targets::tar_make(x)` then `targets::tar_load(x)`

Usage

tml(x)

Arguments

x

Object name to make and load

Value

Nothing

Author

Gerry Ryan

Examples

if (FALSE) { # \dontrun{
tml(x)
} # }