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