check_col_pattern_colname: ############################################################################...

View source: R/IPDFilecheck.R

check_col_pattern_colnameR Documentation

############################################################################ Function to check if a given pattern is contained in the column names of a data

Description

############################################################################ Function to check if a given pattern is contained in the column names of a data

Usage

check_col_pattern_colname(pattern, column_names)

Arguments

pattern

a string that needs to be checked

column_names

column names actually have

Value

TRUE, if success FALSE, if failure

Examples

check_col_pattern_colname("age", "female_age")

sheejamk/ipdfilecheck documentation built on March 10, 2024, 11:23 p.m.