Skip to content
Prev 261844 / 398502 Next

Formula Interpreter in R

On Fri, Jun 3, 2011 at 11:48 AM, amit jain <buddyhi at indiatimes.com> wrote:
Try this:

fo <- "x+y/2"
eval(parse(text = fo), list(x = 1, y = 2))