## Open 'population' window
setPop <-
function(){
## Check if window is active
if (is.open("pop.win")){
DALYfocus("pop.win")
} else {
setPop.startup()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.