GetReportFileNames: GetReportFileNames

View source: R/GetReportFileNames.R

GetReportFileNamesR Documentation

GetReportFileNames

Description

Get the list of report file names in a specific folder. By default the search folder is reports folder installed with package hivEstimatesAccuracy.

Usage

GetReportFileNames(
  path = system.file("reports", package = "hivEstimatesAccuracy")
)

Arguments

path

Path to the folder with adjustment specifications. Optional. Default = system.file("reports", package = "hivEstimatesAccuracy").

Value

Character vector of adjustment specification file paths.

Examples

## Not run: 
GetReportFileNames()

## End(Not run)


nextpagesoft/hivEstimatesAccuracy documentation built on Sept. 17, 2024, 5 a.m.