data_config <- data.frame(Fshow=c(TRUE,TRUE,TRUE,TRUE,TRUE,TRUE),
Fname=LETTERS[1:6],
Fid = c('row','column','book','series','majority','tutor'),
Ficon=c('clock','history','plane','car-side','hourglass','user-times'),
stringsAsFactors = F)
data_config
config <- config_formatter(data_config)
config
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.