package_review: Review package documentation

Description Usage Arguments Examples

View source: R/package_review.R

Description

Review package documentation

Usage

1
package_review(path = ".", config = get_config())

Arguments

path

Path to package

config

Review check configuration

Examples

1
2
pkg_path <- system.file("testpkg", package = "docreview")
package_review(pkg_path)

docreview documentation built on Aug. 17, 2021, 9:06 a.m.