#' Handler for retrieving static code for a shinyDataFilter_df
#'
#' A function for scriptgloss::getInitializationCode to dispatch to
#'
#' @param obj shinyDataFilter_df object
#' @param name unused
#'
#' @export
getInitializationCode.shinyDataFilter_df <- function(obj, name = NULL) {
attr(obj, "code")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.