prt_multiline | R Documentation |
Paste data.frame output for a message
prt_multiline(x)
x |
[list] list or data.frame to print |
[chr] data.frame output as a single string
prt_multiline(head(mtcars, 2))
[1] " mpg cyl disp hp drat wt qsec vs am gear carb\nMazda RX4 21 6 160 110 3.9 2.620 16.46 0 1 4 4\nMazda RX4 Wag 21 6 160 110 3.9 2.875 17.02 0 1 4 4"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.