Learn R Programming

docreview (version 0.0.1)

package_review: Review package documentation

Description

Review package documentation

Usage

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

Arguments

path

Path to package

config

Review check configuration

Examples

Run this code
# NOT RUN {
pkg_path <- system.file("testpkg", package = "docreview")
package_review(pkg_path)
# }

Run the code above in your browser using DataLab