#' @export
write_tsv_target <- function(target, output, col_names = TRUE) {
write_tsv(target, output, col_names = col_names)
return(output)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.