GetReportFileNames: GetReportFileNames

Description Usage Arguments Value Examples

View source: R/GetReportFileNames.R

Description

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

Usage

1
2
3
GetReportFileNames(
  path = system.file("reports", package = "hivEstimatesAccuracyReloaded")
)

Arguments

path

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

Value

Character vector of adjustment specification file paths.

Examples

1
2
3
4
## Not run: 
GetReportFileNames()

## End(Not run)

nextpagesoft/hivEstimatesAccuracyReloaded documentation built on March 14, 2020, 7:06 a.m.