Inspect packages for structure and file types
inspect_package.Rd
Examine the file structure of one or more local packages and return summary statistics including file counts, whether files contain functions and the package version.
Examples
if (FALSE) { # \dontrun{
# Inspect the installed "stats" package
inspect_package(system.file(package = "stats"))
} # }