get_result_path {risk.assessr} | R Documentation |
Assign output file path for various outputs during scorecard rendering
Description
Assign output file path for various outputs during scorecard rendering
Usage
get_result_path(
out_dir,
ext = c("check.rds", "covr.rds", "tm_doc.rds", "tm_doc.xlsx")
)
Arguments
out_dir |
output directory for saving results |
ext |
file name and extension |
Details
The basename of 'out_dir' should be the package name and version pasted together
[Package risk.assessr version 2.0.0 Index]