knitr::opts_chunk$set(
    echo = FALSE,
    message = FALSE,
    warning = FALSE
)

# Load libraries and functions
source(file.path("R", "functions.R"))
sites <- clean_sites(read_csv("sites.csv"), params$check_url)
update_screenshots(sites, params$update_all)
rmd_chunks <- make_showcase_chunks(sites, image_width = 600)
button_filters <- buttons_filter(sites)

Use the buttons to filter the showcase by category:




jhelvy/distillery documentation built on Feb. 22, 2023, 2:11 p.m.