Set lazy processing
See also
Other options:
get_engine(),
lazy_default(),
set_engine(),
set_use_copy(),
show_engines(),
use_copy_default()
Examples
old <- lazy_default()
set_lazy_processing(FALSE)
lazy_default() # now FALSE
#> [1] FALSE
set_lazy_processing(old) # restore