GetReportFileNames {hivPlatform}R 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 hivPlatform.

Usage

GetReportFileNames(path = GetSystemFile("reports"))

Arguments

path

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

Value

Character vector of adjustment specification file paths.

Examples

## Not run: 
GetReportFileNames()

## End(Not run)


[Package hivPlatform version 2.0.5 Index]