Given a package name, find all the R6 objects in that package's namespace and build skeleton Roxygen docs for each one. One file will be created in out_dir for each object.

document_package(pkg_name, out_dir = file.path(getwd(), "roxy_docsy"))

Arguments

pkg_name

Name of the package to document

out_dir

Directory to write documentation to