#' @export
program_on_path <- function(program) {
logi <- ifelse(Sys.which(program) == "", FALSE, TRUE)
if(!logi) stop(program, " not installed on system path!")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.