to_tribble | R Documentation |
Tribbles are an easy way to legibly input data, and therefore helpful for teaching and interactive work. This function takes a tibble and returns code that can recreate it. Note that this function converts "NA" to NA.
to_tribble(x, show = FALSE)
x |
The tibble to be converted into tribble code |
show |
Logical. Print code (otherwise, returned - print with 'cat()' to get linebreaks etc) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.