View source: R/validation_asserts.R
assert_column_matches | R Documentation |
Check that values of column match regex pattern
assert_column_matches(data, column_name, pattern)
data |
Data to check |
column_name |
Column to check |
pattern |
Pattern to match |
TRUE is valid otherwise throws an error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.