Nothing
Code
cff_modify(a_list, abstract = "An abstract")
Condition
Error in `cff_modify()`:
! `x` must be a <cff> object, not a list.
Code
xend <- cff_modify(a_cff)
Message
i No `...` arguments supplied. Returning `x`.
Code
dup <- cff_modify(a_cff, abstract = "a", abstract = "b")
Message
! Removing duplicate keys.
Code
cff_modify(a_cff, "a", "b")
Condition
Error in `cff_modify()`:
! Elements in `...` must be named.
Code
mod <- cff_modify(a_cff, "a", abstract = "b")
Message
! Found 1 unnamed argument in position 1.
i Removing unnamed arguments.
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.