# Common Libraries
library(tidyverse)
library(snakecase)
library(feather)
library(config) #remove if yml file is not used
library(log4r)
library(bannerCommenter)
library(here)
source(str_c(here(), "/R/utilities.R"))
# Constants
project_name <- "archetyper_proj_name"
# Global options
options(scipen = 1000)
# Common logger
logger <- log4r::logger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.