validate_names {shiny.i18n} | R Documentation |
Validate Column Names
Description
Validate if n-th column name of data.frames (given in list) is the same.
Usage
validate_names(list_df, n = 1)
Arguments
list_df |
list of data frames |
n |
integer denoting column number |
Value
TRUE if names of n-th columns of data.frames is the same, FALSE otherwise.
[Package shiny.i18n version 0.3.0 Index]