Hi, I am new to R. Can anyone tell me how to evaluate an expression stored in a string? such as: > expr <- "3*5" I want to get the result 15. Thanks in advance.