Nothing
Code
result <- print_data_head(df)
Output
label vertices
1 a <int [3]>
2 b <int [10]>
Code
print_data_head(as_tbl(data.frame(x = 1:5)), n = 2)
Output
x
1 1
2 2
Message
... with 3 more rows
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.