collect_qc<-function(dir=choose.dir()){
require(dplyr)
lapply(list.files(dir,pattern="xls",full.names=T),munge_qc)%>%
bind_rows()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.