check_examples_cran

Check for Missing Examples

Description

Identifies exported functions that lack examples in their documentation.

Usage

check_examples_cran(path = ".")

Arguments

  • path: Path to package root directory

Value

Character vector of function names missing examples

Examples

check_examples_cran()
check_examples_cran("path/to/package")