validate_names | R Documentation |
Validate if n-th column name of data.frames (given in list) is the same.
validate_names(list_df, n = 1)
list_df |
list of data frames |
n |
integer denoting column number |
TRUE if names of n-th columns of data.frames is the same, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.