| check_col_pattern_colname | R Documentation | 
############################################################################ Function to check if a given pattern is contained in the column names of a data
check_col_pattern_colname(pattern, column_names)
| pattern | a string that needs to be checked | 
| column_names | column names actually have | 
TRUE, if success FALSE, if failure
check_col_pattern_colname("age", "female_age")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.