Displaying 1 result from an estimated 1 matches for "tp23056258p23056258".
2009 Apr 15
2
how to index statements provided as function args?
...;)},{cat("b\n")}))
a
b
>
> f(c({cat("a\n")},{cat("b\n")}))
a
b
NULL
>
> f({{cat("a\n")},{cat("b\n")}})
Error: syntax error
>
--
View this message in context: http://www.nabble.com/how-to-index-statements-provided-as-function-args--tp23056258p23056258.html
Sent from the R help mailing list archive at Nabble.com.