#' Filter a tible
#'
#' @param data
#' @param ...
#'
#' @return
#' @export
#'
#' @examples
tbl_filter <-
function(data, ...) {
data %>%
filter(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.