antibodyData<-read.csv('example.csv',stringsAsFactors=FALSE,header=FALSE)
antibodyData<-antibodyData[,!apply(is.na(antibodyData),2,all)]
save(antibodyData,file='../data/antibodyData.RData')
tools::resaveRdaFiles('../data/antibodyData.RData')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.