GetAdjustmentSpecFileNames: GetAdjustmentSpecFileNames

Description Usage Arguments Value Examples

View source: R/GetAdjustmentSpecFileNames.R

Description

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

Usage

1
2
3
GetAdjustmentSpecFileNames(
  path = system.file("adjustments", package = "hivEstimatesAccuracyReloaded")
)

Arguments

path

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

Value

Character vector of adjustment specification file paths.

Examples

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

## End(Not run)

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