Nothing
olive <- read.csv("inst/extdata/olive.csv")
olive$Area <- factor(olive[,1])
olive <- olive[,-1]
olive[ , -c(1,2)] <- olive[ , -c(1,2)]/100
region_names <- c("Southern Italy","Sardinia","Northern Italy")
olive$Region <- factor(region_names[olive$Region])
names(olive) <- tolower(names(olive))
save(olive, file="data/olive.rda", compress="xz")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.