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

Description Usage Arguments Value Examples

View source: R/IPDFileCheck.R

Description

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

Usage

1

Arguments

pattern

a string that needs to be checked

column_names

column names actually have

Value

TRUE, if success FALSE, if failure

Examples

1
check_col_pattern_colname("age", "female_age")

IPDFileCheck documentation built on Feb. 1, 2022, 9:07 a.m.