# load("/Users/ling-jwe/Documents/R/PACKAGES/games/data/mygames.RData")
wordfeud_boxplot=function(){
ggplot(wf,aes(x=factor(turn),y=points,col=turn))+geom_boxplot(varwidth=TRUE)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.