Skip to contents

A convenience function to automatically open the web page of rOpenSci's "Package Development Guide" in the default browser.

Usage

read_pkg_guide(which = c("release", "dev"))

Arguments

which

Whether to read the released or "dev" development version.

Value

Nothing. Function called purely for side-effect of opening web page with package guidelines.

Examples

if (FALSE) {
read_pkg_guide ()
}