R/set.R

Defines functions set

Documented in set

set <-
function(...) {

  message("New name for the set function:  style\n")
  style(...)

}

Try the lessR package in your browser

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

lessR documentation built on Sept. 11, 2024, 5:17 p.m.