# Browse packaging guidelines ## Description A convenience function to automatically open the web page of rOpenSci's "Package Development Guide" in the default browser. ## Usage ```r 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 ```r read_pkg_guide () ```