Skip to content
Back to formatted view

Raw Message

Message-ID: <1287294370.21397.574.camel@localhost.localdomain>
Date: 2010-10-17T05:46:10Z
From: Jan Wijffels
Subject: Variable name as string
In-Reply-To: <B37C0A15B8FB3C468B5BC7EBC7DA14CC633E815B75@LP-EXMBVS10.CO.IHC.COM>

> coeffname <- deparse(substitute(var))
> 
> Is that what you wanted?
> 
Yes! That gets rid of the extra parameter.

Thanks