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 June 23, 2024, 1:06 a.m.