#' Path to `fabrika` on a local computer
#'
#' @details This path is hard encoded to the path on my personal computer but
#' can be overwritten with [write_path_to_fabrika_local()].
#'
#' @export
path_to_fabrika_local <- function() {
path_local <- "/Users/theo/Github/fabrika/"
return(path_local)
}
#' Path to `fabrika` on the Peregrine HPC
#'
#' @export
path_to_fabrika_hpc <- function() {
"/data/p282688/fabrika/"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.