Nothing
Code
as_fc()
Condition
Error in `as_fc()`:
! Either `.data` or `N` arguments must be specified.
Code
as_fc(mtcars, N = 32)
Condition
Error in `as_fc()`:
! The `.data` and `N` arguments cannot be specified simultaneously.
Code
as_fc(N = 100, text_padding = 0)
Condition
Error in `as_fc()`:
! Text padding cannot be equal to zero.
Code
as_fc(N = 10, label = 1)
Condition
Error in `as_fc()`:
! The label must be <character> or <expression>.
Code
fc <- as_fc(N = 10, hide = TRUE)
Condition
Warning:
`hide = TRUE` can only be combined with `fc_split()`
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.