grab_many<-function(PATH=getwd()){
require(dplyr)
dplyr::bind_rows(
lapply(
grep(pattern="~",
x=list.files(pattern='.xlsx$',
path=PATH,
full.names=TRUE),
invert=T,value=T),
grab)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.