Nothing
house_query_util <- function(house) {
if (house == "commons") {
house_query <- "&legislature.prefLabel=House%20of%20Commons"
} else if (house == "lords") {
house_query <- "&legislature.prefLabel=House%20of%20Lords"
} else {
house_query <- ""
}
}
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.