pasteable | R Documentation |
Make R objects pasteable
pasteable(x, target = c("sheet", "chat"))
x |
A |
target |
Where you will paste the content. |
A length 1 character vector.
# Meaningful row names are kept pasteable(mtcars) # Row names that are a sequence are dropped pasteable(iris) # Fixed width output for sharing on slack or other markdown destination pasteable(mtcars, target = "chat") # Lists are simply converted pasteable(list(123, "abc", cool = "R"), target = "chat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.