Skip to contents

Get the items that the user can choose from in the report generator. The list is loaded from the configuration file and filtered by the files that have been uploaded.

Usage

getItemConfig(
  input = NULL,
  output = NULL,
  inputValue = NULL,
  reportApp = FALSE
)

Arguments

input

Declare the type of value such as "title" to look up in the yml file.

output

Expected value from the yml file such as the "function" to evaluate.

inputValue

The actual value in character to look up.

reportApp

If TRUE, it will pull the menuConfig yaml file from the reportApp folder.

Value

a dataframe with the properties of the items