Check for Missing Examples
Description
Identifies exported functions that lack examples in their documentation.
Usage
1check_examples_cran(path = ".")
Arguments
path: Path to package root directory
Value
Character vector of function names missing examples
Examples
1check_examples_cran()
2check_examples_cran("path/to/package")