-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In each document define a definitions table
defs <- tibble::tribble(~term, ~def,
"cake", "a sweet baked dessert made from flour",
"pancake", "flat cake made in a pan")
and add to it using tibble::add_case()
Then collect all the definitions together and load them into the glossary page
library(epoxy)
#all_defs <- row_bind(def1, def2,...)
{term}
: {def}
Metadata
Metadata
Assignees
Labels
No labels