skip_if_not_beyonce <- function() {
user <- whoami::username()
if (user == "beyonce") {
return(invisible(TRUE))
}
skip("Not Beyonce!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.