shiny.i18n (version 0.1.0)

validate_names: 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.