Nothing
Code
fc_split(fc)
Condition
Error in `fc_split()`:
! A `var` or `N` argument must be specified.
Code
fc_split(fc, var = "group", N = 5)
Condition
Error in `fc_split()`:
! Arguments `var` and `N` cannot be specified simultaneously.
Code
fc_split(fc, N = c(5, 5), text_padding = 0)
Condition
Error in `fc_split()`:
! Text padding cannot be equal to zero.
Code
fc_split(fc, N = c(5, 5), label = 1)
Condition
Error in `fc_split()`:
! The label must be a character or an expression.
Code
fc_split(fc, N = c(5, 5), sel_group = "A")
Condition
Error in `fc_split()`:
! The `sel_group` argument can't be used because no groups exist in the flowchart, as no previous split has been performed.
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.