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")
}
HughParsonage/hutilscpp documentation built on March 1, 2025, 12:29 p.m.