16.13 Documenting packages
- Provide a help page for your package as a whole
package?foo
- Intended to describe the most important components of the package
- Great place to put package level import statements
ggplot2
example
package?foo
ggplot2
example