Skip to contents

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.

Usage

inspect_package(path = ".")

Arguments

path

A character vector or list of local package paths.

Value

A pkginspectr_tbl with one row per package containing structural summaries.

Examples

if (FALSE) { # \dontrun{
# Inspect the installed "stats" package
inspect_package(system.file(package = "stats"))
} # }