NULL
#' "tbl" implemantation for a list
#'
#' @param src argument
#' @param ... argument
#'
#'
#' @importFrom dplyr tbl
#'
#' @title tbl
#' @rdname tbl
#' @method tbl list
#' @aliases tbl
#' @export
#'
#'
setMethod("tbl","list",function(src,...){src[[list(...)[[1]]]]})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.