WARNING: This reference may be out of date. It aims to demonstrate pkgdoc – not to provide a search tool for the tidyverse.

library(pkgdoc)
library(tidyverse)
library(glue)
library(DT)

Let’s pull the documentation of all core-tidyverse-packages with pkgdoc.

reference_package() and reference_concept() include the argument url but currently it only works if all packages are under the same GitHub organization and the url is formatted as https://{organization}.github.io/{package}/. But we can create arbitrary links easily with glue::glue().

We are now read to create a searchable table with DT::datatable().