#' list row bind
#'
#' @param List list where each object is a data.frame
#'
#' @return single data.frame where each object is row bound
#' @export
#'
lrbind <- function(List){
return(do.call("rbind", List))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.