text_parse_error: Does parsing of text give an error?
Description
Can a character vector (where each line is treated as a line of R code) be
parsed as an R expression (or several R expressions) without giving an
error?
Usage
text_parse_error(text_expr)
Arguments
text_expr
The expression to be evaluated, as a character vector.
Value
TRUE if the code gives an error and FALSE otherwise.