Code
err(parse_expr(""))
Output
<error/rlang_error>
Error in `parse_expr()`:
! `x` must contain exactly 1 expression, not 0.
Code
err(parse_expr("foo; bar"))
Output
<error/rlang_error>
Error in `parse_expr()`:
! `x` must contain exactly 1 expression, not 2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.