Nothing
mnis_additional_utility <- function(query) {
got <- mnis_query(query)
mem <- purrr::discard(got$Members$Member, is.null)
names(mem) <- janitor::make_clean_names(names(mem))
mem
}
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.