Learn R Programming

courieR (version 0.2.2)

inspect_shipment: Detect project characteristics

Description

Detect project characteristics

Usage

inspect_shipment(project_path)

Value

A named list

Arguments

project_path

Path to the project

Examples

Run this code
# \donttest{
  res <- inspect_shipment(tempdir())
  res$is_package
# }

Run the code above in your browser using DataLab