# Run this to update the DESCRIPTION
imports <- c(
"magrittr",
"rlang",
"cli",
"ggplot2",
"magick",
"grid"
)
purrr::walk(imports, usethis::use_package, "Imports")
usethis::use_tidy_description()
rm(imports)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.