knitr::opts_chunk$set(echo = TRUE) library(flextable) # can make tables for word AND html library(data.table) options(datatable.print.class=TRUE, datatable.print.key=TRUE) # options(repos = c(CRAN = “http://cran.rstudio.com”)) ## currently needed when installing packages on the rstudio server
# fread("dat.csv")
flextable::flextable(data.frame(A=1:5,B=LETTERS[1:5]))
flextable::flextable(data.frame(A=2:6,B=LETTERS[2:6]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.