[R] environments
Uwe Ligges
ligges at statistik.uni-dortmund.de
Fri Oct 17 18:13:08 CEST 2003
Crispin Miller wrote:
> Hi,
> I have a string representing an environment:
>
> "bob"
>
> And an environment
>
>>bob
>
> <environment: 0x3901234ac>
> How do write a function that takes the string and returns the
> environment?
get("bob")
Uwe Ligges
> Crispin
>
> --------------------------------------------------------
>
>
> This email is confidential and intended solely for the use o...{{dropped}}
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
More information about the R-help
mailing list