Create a report in HTML
create_pkg_report( pkgname, from = NULL, to = NULL, path = paste0(pkgname, " - summary report", from, "_", to), gh = NULL )
pkgname | String containing the name of the package. |
---|---|
from | String in the format of |
to | String in the format of |
path | Pass the file path and the desired file name, excluding the file
extension. For example, |
gh | String in the format of |
Opens and saves a static HTML file in the active working directory
with the file name specified in path
.