Nothing
Code
create_node_df(n = "a")
Condition
Error in `create_node_df()`:
! `n` must be a whole number, not the string "a".
Code
create_node_df(n = c(1, 2))
Condition
Error in `create_node_df()`:
! `n` must be a whole number, not a double vector.
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.