Particularly useful in conjuction with knitr::kable(format = "html") to copy a HTML table to clipboard, e.g. for pasting into a mail.
For linux this can be done by specifying -target text/html in the xclip pipe (can be abbreviated to -t)
Windows appears to need a bit of boilerplate as described here
Mac seems do have a different type of boilerplate, seen here
Particularly useful in conjuction with
knitr::kable(format = "html")to copy a HTML table to clipboard, e.g. for pasting into a mail.For linux this can be done by specifying
-target text/htmlin thexclippipe (can be abbreviated to-t)Windows appears to need a bit of boilerplate as described here
Mac seems do have a different type of boilerplate, seen here