Skip to content

turning R expressions into functions?

1 message · Jochen Voß

#
Dear Thomas,

Many thanks for your answer.
On Sat, Jun 30, 2012 at 10:22:52AM +0900, Thomas Lumley wrote:
I want my final function to work like system.time, i.e.
the user should not have to type "quote()" all the time
when calling the top-level function of my measuring
mechanism.

Is there a way to do the quoting inside the top-level function
call?

Many thanks,
Jochen Voss