Nothing
Code
mark(1, 1, 3, max_iterations = 10)
Condition
Error:
! Each result must equal the first result:
`1` does not equal `3`
Code
mark(if (TRUE) 2, if (TRUE) 1 else 3)
Condition
Error:
! Each result must equal the first result:
`if (TRUE) 2` does not equal `if (TRUE) 1 else 3`
Code
out
Output
# A tibble: 1 x 2
expression result
<bch:expr> <list>
1 aaaaaaaaaaaaaaaaaaaa~ <dbl>
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.