PERFECT
Thank you so much.
Lucas.
2012/3/6 R. Michael Weylandt
> eval(parse(text = STRING))
>
> but you often don't need to do this. A somewhat canonical quote in the
> R-world:
>
> If the answer is parse() you should usually rethink the question.
> -- Thomas Lumley, R-help (February 2005)
>
>
eval(parse(text = STRING))
but you often don't need to do this. A somewhat canonical quote in the R-world:
If the answer is parse() you should usually rethink the question.
-- Thomas Lumley, R-help (February 2005)
Michael
On Tue, Mar 6, 2012 at 10:06 AM, Lucas wrote:
> Hello to everyone.
>
> I
Hello to everyone.
In MATLAB you can find a function that executes a text string.
I have not find it in R.
Does anyone knows a similiar function in R, i think a valuable tool.
Thank you.
Lucas.
[[alternative HTML version deleted]]
__
R-help@r-
On Mar 6, 2012, at 10:24 AM, Lucas wrote:
PERFECT
Thank you so much.
If by 'execute' you meant translate a name for a function then you
should also look at do.call.
--
David.
Lucas.
2012/3/6 R. Michael Weylandt
eval(parse(text = STRING))
but you often don't need to do this. A som
4 matches
Mail list logo