Nothing
...
argumentsCode
crate(function(x) identity(x), x = 1, y = 2, 3)
Condition
Error in `crate()`:
! All `...` arguments must be named
Code
crate(1)
Condition
Error in `crate()`:
! `.fn` must evaluate to a function
Code
new_crate(1)
Condition
Error in `new_crate()`:
! `crate` must be a function
Code
new_crate(~foo)
Condition
Error in `new_crate()`:
! `crate` must be a function
Code
crate(fn)
Condition
Error in `crate()`:
! The function must be defined inside this call
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.