Skip to content
Prev 201481 / 398502 Next

How to interpret the name of an object literally?

On 11/24/2009 1:13 PM, novocaine wrote:
Use deparse(substitute(fund)).  The inner function gives you the 
expression passed as fund, the deparse() turns it into a string.

You can in weird cases get more than one line of output from deparse; 
you could use the width.cutoff and/or nlines arguments to control this.

Duncan Murdoch