#` writeClipboard
#`
#` This function exports a tibble to the clipboard, ready to paste into a spreadsheet..unless there are errors.
#' @export
writeClipboard <- function(input) {
rio::export(input, 'clipboard')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.