assert_column_matches: Check that values of column match regex pattern

View source: R/validation_asserts.R

assert_column_matchesR Documentation

Check that values of column match regex pattern

Description

Check that values of column match regex pattern

Usage

assert_column_matches(data, column_name, pattern)

Arguments

data

Data to check

column_name

Column to check

pattern

Pattern to match

Value

TRUE is valid otherwise throws an error


mrc-ide/hintr documentation built on April 12, 2025, 4:45 p.m.