Dear list, is there a way of updating the search path when using attach() for a data set.
I am overwriting a variable in a data frame. To update teh search path I do the follwoing: > attach(dataset) > some data manipulation of dataset > detach(dataset) > attach(dataset) # to update the search path Is there a way to avoid the numerous detach() and attach() commands? Thanks in advance, Ulrich Leopold ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.