R/functions_v_0_2_9.R
eval_parse.Rd
Short-hand function to eval, and then parse a string
eval_parse(text)
Some text
A list with two elements:
result: The result of eval(parse(text)), or NULL if an error occurred.
result
eval(parse(text))
NULL
error: The error that occurred, or NULL if no error occurred.
error