| GetReportFileNames {hivEstimatesAccuracy} | R Documentation |
Get the list of report file names in a specific folder. By default the search folder is
reports folder installed with package hivEstimatesAccuracy.
GetReportFileNames(
path = system.file("reports", package = "hivEstimatesAccuracy")
)
path |
Path to the folder with adjustment specifications. Optional.
Default = |
Character vector of adjustment specification file paths.
## Not run: GetReportFileNames() ## End(Not run)