Skip to content
Prev 12401 / 63461 Next

deparse(substitute(arg)) in C?

In R code, "deparse(substitute(arg))" is the usual way to construct a
label for an argument.  Is there an equivalent to this in C code
working on an SEXP, inside a function called by .Internal()?

Duncan Murdoch