validate_names: Validate Column Names

View source: R/utils.R

validate_namesR 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.


shiny.i18n documentation built on Jan. 16, 2023, 5:10 p.m.