main_fn
The fn below is under no title or subtitle in the pkgdown index.
main_fn <- function(...) {...}
The description text for First group of fns.
group_wide_fn
The fn below is only under a title, but no subtitle in the pkgdown index.
group_wide_fn <- function(...) {...}
The fns below are both under a title and subtitle in the pkgdown index.
subgroup_fn_1
subgroup_fn_1 <- function(...) {...}
subgroup_fn_2
subgroup_fn_2 <- function(...) {...}
The above Sub-subgroup heading is ignored for the pkgdown index because the latter only supports up to two heading levels.
The fn below thus moves one hierarchy level up in the pkgdown index.
sub_subgroup_fn
sub_subgroup_fn <- function(...) {...}
The description text for Another subgroup.
another_subgroup_fn
another_subgroup_fn <- function(...) {...}
yet_another_subgroup_fn
yet_another_subgroup_fn <- function(...) {...}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.