R/utils.R

Defines functions set

set <- function(on, names, list_of_values) {
  do.call(on$set, stats::setNames(list_of_values, names))
}

Try the chunkhooks package in your browser

Any scripts or data that you put into this service are public.

chunkhooks documentation built on Aug. 5, 2020, 5:09 p.m.