#' Is this code running on Peregrine?
#' @return TRUE if yes, FALSE if no
#' @author Richèl J.C. Bilderbeek
#' @export
is_on_peregrine <- function() {
peregrine::is_on_peregrine_login_node() ||
peregrine::is_on_peregrine_worker_node()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.