document_universe: Create a data frame with documentation metadata of one or more packages
Description
Create a data.frame with documentation metadata of one or more packages. If
you develop a universe, such as the tidyverse or tidymodels, dverse helps you
to easily create a universe-wide reference for the pkgdown website of your
meta-package.
Usage
document_universe(x, url_template = NULL)
Value
A data frame.
Arguments
x
A character vector giving concepts or package names to match.
url_template
Character. A template to generate links to documentation
based on the column names of the output -- typically package and topic,
e.g. "https://maurolepore.github.io/{package}/reference/{topic}.html"
(glue::glue() syntax).