Displaying 1 result from an estimated 1 matches for "writintg".
Did you mean:
writing
2008 Mar 21
2
writintg wrappers around save()
Dear R-users,
I am trying to write a wrapper function around save() that will report the file which is being saved to.
So I thought that the followintg would do the trick, but it doesn't. I understand that 'y' is somehow not visible inside save.verbose, but don't know how to fix this.
save.verbose <- function(..., file) {
cat("save.verbose:", file, "\n")