skip_kenpom_test <- function(){
if(Sys.getenv("KP_USER") == ''){
skip("User can't run KenPom tests")
} else {
invisible()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.