drop_list_columns <- function(.data) {
stopifnot(is.data.frame(.data))
subset(.data, select = !(sapply(.data, typeof) == "list"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.