knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(DT) tab <- read.table("~/r-package-dev/ttfriends/inst/extdata/Job.txt",sep="\t",header=T,stringsAsFactors = F) tab %>% datatable(options = list(dom='ft',scrollX =TRUE,pageLength = nrow(tab)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.