Returns a dataframe with columns title, description, value, examples and rows corresponding to the documented functions in the package.
Arguments
pkg
The package name. If NULL, the package name is inferred from the DESCRIPTION file in the current directory or any parent directory. If no DESCRIPTION file is found, the function stops with an error message.
unload
Whether to unload a potential currently developed package using devtools::unload() before checking the documentation. Required when the package was loaded with devtools::load_all() as the documentation database only exists for installed packages.
reload
Whether to reload the package using devtools::load_all() after checking the documentation.