GetAdjustmentSpecFileNames {hivPlatform}R Documentation

GetAdjustmentSpecFileNames

Description

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

Usage

GetAdjustmentSpecFileNames(path = GetSystemFile("adjustments"))

Arguments

path

Path to the folder with adjustment specifications. Optional. Default = GetSystemFile('adjustments').

Value

Character vector of adjustment specification file paths.

Examples

## Not run: 
GetAdjustmentSpecFileNames()

## End(Not run)


[Package hivPlatform version 2.0.5 Index]