On Fri, 2008-07-04 at 15:13 +0100, Prof Brian Ripley wrote:
> On Fri, 4 Jul 2008, Ulrich Leopold wrote:
>
> > 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
On Fri, 4 Jul 2008, Ulrich Leopold wrote:
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)
att
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 pa
3 matches
Mail list logo