Nothing
Code
reduce(list())
Condition
Error in `reduce()`:
! Must supply `.init` when `.x` is empty.
Code
accumulate(list(1, "a"), ~.y, .simplify = TRUE)
Condition
Error in `accumulate()`:
! Can't combine `res[[1]]` <double> and `res[[2]]` <character>.
Code
reduce2(1:3, 1, `+`)
Condition
Error in `reduce2()`:
! `.y` must have length 2, not 1.
.x is emptyCode
reduce2(list())
Condition
Error in `reduce2()`:
! Must supply `.init` when `.x` is empty.
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.