source_package {roxygen2} | R Documentation |
This is a simple attempt to load code in a package used by roxygenize. It will work with simple packages, but fail if there are compiled files, data files, etc. In that case, it's better to use devtools::document.
source_package(path)
path |
Path to a package. |
An environment, into which all R files in the directory were sourced.