.quoteCallInfoLines: Returns quoted call information
Description
Returns quoted call information
Usage
.quoteCallInfoLines(callInfo, envir = parent.frame())
Arguments
envir
Environment for evaluation (if needed)
Value
Quote call information. for name=expression
, change to
name<-expression
in quoted call list. For expressions that are
within brackets ie {}
, unlist the brackets as if they were
called in one single sequence.