options(conflicts.policy = list(error = TRUE, warn = FALSE))
library(dplyr, mask.ok = "filter",
include.only = c("select", "filter", "slice", "mutate", "summarize"))
library(drake)
library(here)
library(purrr, exclude = c("transpose"))
library(stringi)
library(matthiastools)
suppressPackageStartupMessages(
library(data.table, mask.ok = c("between", "first", "last"))
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.