#' Is this code run on the Peregrine login node?
#' @return TRUe if yes, FALSE if np
#' @author Richèl J.C. Bilderbeek
#' @export
is_on_peregrine_login_node <- function() {
Sys.getenv("HOSTNAME") == "peregrine.hpc.rug.nl"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.