Skip to content

Commit

Permalink
pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewallenbruce committed Feb 9, 2024
1 parent 1641bdb commit cfae175
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vignettes/getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -492,17 +492,18 @@ x$axes |>
subtitle = x$description) |>
tab_footnote(
footnote = html(paste0("<b>Definition:</b> ",
delister(x$definitions[x$definitions$label == "Bypass", ])[2],". ",
delister(x$definitions[x$definitions$label == "Bypass", ])[3], ".")),
procedural:::delister(x$definitions[x$definitions$label == "Bypass", ])[2],". ",
procedural:::delister(x$definitions[x$definitions$label == "Bypass", ])[3], ".")),
locations = cells_body(columns = label, rows = 3)) |>
tab_footnote(
footnote = html(paste("<b>Includes:</b>",
stringr::str_flatten_comma(delister(x$includes[c("includes")]),
last = ", and "))),
stringr::str_flatten_comma(
procedural:::delister(x$includes[c("includes")]),
last = ", and "))),
locations = cells_body(columns = label, rows = 4)) |>
tab_footnote(
footnote = html(paste0("<b>Definition:</b> ",
delister(x$definitions[x$definitions$label == "Open", ])[2], ".")),
procedural:::delister(x$definitions[x$definitions$label == "Open", ])[2], ".")),
locations = cells_body(columns = label, rows = 5)) |>
tab_options(
table.width = pct(55),
Expand Down

0 comments on commit cfae175

Please sign in to comment.