knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)
library(dplyr) library(DT) library(kableExtra) load("concept.sets.wide.RDS")
datatable(concept.sets.wide, filter = 'top')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.