Skip to contents

Detect project characteristics

Usage

inspect_shipment(project_path)

Arguments

project_path

Path to the project

Value

A named list

Examples

# \donttest{
  res <- inspect_shipment(tempdir())
  res$is_package
#> [1] FALSE
# }