validation_string: Validation String

validation_stringR Documentation

Validation String

Description

Build a string describing where the valid values are in Excel. Do this by extracting the column number of column_vector in input_validation and converting it to a letter per Excel's column naming convention. Then use the length of the vector used to form that column to set the relevant rows.

Usage

validation_string(input_validation, column_vector)

Arguments

input_validation

The table used to validate inputs in panel_sheet_excel_method() and evaluation_sheet_excel_method().

column_vector

The vector used to create the relevant column of input_validation.

Value

A string describing the location of the list of valid inputs in the excel file.


bjoleary/dxr documentation built on Dec. 5, 2023, 8:33 p.m.