blog=as.matrix(read.csv("data-raw/blogData_train.csv",header=TRUE))
X_full=blog[,1:280]
Y_full=blog[,281]
save(blog,file='data/blog.rda', compress='xz')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.