R/vname.R

Defines functions vname

vname <- function(x) {
  # from package:checkmate, Michel Lang
  paste0(deparse(eval.parent(substitute(substitute(x))), width.cutoff = 500L),
         collapse = "\n")
}

Try the hutilscpp package in your browser

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

hutilscpp documentation built on Oct. 11, 2023, 9:06 a.m.