validation_string | R Documentation |
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.
validation_string(input_validation, column_vector)
input_validation |
The table used to validate inputs in
|
column_vector |
The vector used to create the relevant column of
|
A string describing the location of the list of valid inputs in the excel file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.