[R] Can I execute the content of a character vector?

2006-11-13 Thread Luiz Rodrigo Tozzi
Hi I want to know if there is any possibility of executing the content of a vector, for example: example=c(Test,1,0,0,0,seq(14,42,by=2),0,0,1) i want to know if there is anything like execute(example[6]) i really need this because this object example is created from a parameter file with

Re: [R] Can I execute the content of a character vector?

2006-11-13 Thread Roger Bivand
On Mon, 13 Nov 2006, Luiz Rodrigo Tozzi wrote: Hi I want to know if there is any possibility of executing the content of a vector, for example: example=c(Test,1,0,0,0,seq(14,42,by=2),0,0,1) i want to know if there is anything like execute(example[6]) You can say:

Re: [R] Can I execute the content of a character vector?

2006-11-13 Thread Gabor Grothendieck
On 11/13/06, Roger Bivand [EMAIL PROTECTED] wrote: On Mon, 13 Nov 2006, Luiz Rodrigo Tozzi wrote: Hi I want to know if there is any possibility of executing the content of a vector, for example: example=c(Test,1,0,0,0,seq(14,42,by=2),0,0,1) i want to know if there is anything