Skip to content
Prev 48742 / 63421 Next

Is it a good idea or even possible to redefine attach?

On Tue, Aug 5, 2014 at 2:49 PM, Grant Rettke <gcr at wisdomandwonder.com> wrote:
Just masking it with your own function, e.g.,

attach <- function(...) {stop("NEVER USE ATTACH")}

should be enough to discourage you from using it.
Anything that uses attach.