R/build-manual.R
build_manual.Rd
Create package pdf manual
build_manual(pkg = ".", path = NULL)
The package to use, can be a file path to the package or a package object. See as.package() for more information.
as.package()
path in which to produce package manual. If NULL, defaults to the parent directory of the package.
NULL
Rd2pdf()