Description Usage Arguments Examples
writeClip()
takes data from R and writes it to the clipboard in a
delimited format. Optionally output can be formatted to paste as a table
using kable.
1 2 |
row.names |
True if row names should be displayed. |
col.names |
True if column names should be displayed. |
sep |
Separator for the delimited data, tab is the default. |
quote |
Should the output be quoted. |
kable |
If True returns table formatted by kable. |
format |
The format for the kable table if True. Default is markdown. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.