Skip to content
Prev 140079 / 398513 Next

writintg wrappers around save()

Try this:


save.verbose <- function(..., file) {
 cat("save.verbose:", file, "\n")
 eval.parent(substitute(save(..., file=file)))
}


On Fri, Mar 21, 2008 at 3:56 PM, Vadim Organovich
<vogranovich at jumptrading.com> wrote: