Generate excel range to be used for the data validation formula in excel
create_col_range.Rd
This function returns an Excel cell range for a given column in a dataframe. The range is formatted for use in Excel functions or formulas and is prefixed with the sheet name 'validation_rules'.
Arguments
- variable
The name of the column/question for which the Excel range is to be generated.
- data.val
A dataframe containing the column specified by
variable
.