Nothing
Code
fct_expand("x", d = "d")
Condition
Error in `fct_expand()`:
! Arguments in `...` must be passed by position, not name.
x Problematic argument:
* d = "d"
Code
fct_expand("x", after = "x")
Condition
Error in `fct_expand()`:
! `after` must be a number, not the string "x".
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.