Nothing
extract_blocks <- function(dataset_list, filter_vector) {
dataset_list <- dataset_list[
lapply(
dataset_list,
function(x) x$block_type_name
) %in%
c(filter_vector)
]
return(dataset_list)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.