## code to prepare `biggen` dataset
biggen <- read.csv2("biggenRaw.csv",header = T, sep = ";",na.strings = c(" ",""), dec = ".", quote = "")
biggen <- as.data.table(biggen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.